-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NRN pip package not installable on Python 3.13 #3316
Comments
Yes. I believe it is time for another update to 8.2.7. I'll look into what cherry picks from the master are needed to make a wheel for Python 3.13 |
Just a few notes to myself about Python 3.13 support in NEURON 8.2. Python 3.13.1 broke [s for s in sl] where sl is a SectionList. Manual partial cherrypick of 00ba007. #3276 Cherrypick: Launching nrniv -python with Python 3.13.0 does not allow use of gui. (#3239) Need some judgement about: bldnrnmacpkg.sh is the new name and updated for python3.13 (#3266) Attempt to cherry-pick de07242 Add Python 3.13 support to CI (#3103) There is a build error when |
NEURON_nightly installers for python3.13 for linux and mac (and a windows setup.exe) are available at |
It's true that a link to individual wheel file will ask to authenticate but one can download entire artifacts folder using the first link i.e. https://dev.azure.com/neuronsimulator/nrn/_build/results?buildId=14202&view=artifacts&pathAsName=false&type=publishedArtifacts as follows: Hover on the drop area/row and it will give three vertical dots on the right. Clicking there should give an option to download all wheels and the downloaded folder should have all wheels: |
The problem occurs when trying to
and we get
The usage of
uv
here is an unimportant detail, the same happens for barepip
, anduv
has a nice error message.For what it's worth, this was seen on MacOS aarch64.
The text was updated successfully, but these errors were encountered: