-
Notifications
You must be signed in to change notification settings - Fork 16
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
error installing nwb explorer using python 3.10 #302
Comments
I think NWBE is currently limited to py3.7: https://github.com/MetaCell/nwb-explorer/blob/master/setup.py#L40 If it worked with 3.9, but not with 3.10, then we need to look into what's changed between the two versions and double-check if all our dependencies are py3.10 ready. This particular error is coming from pyecore, so the first step would be to check if that is py3.10 ready or not. PS: would it be possible to paste errors as text please? Images can't be searched for text, and they're not accessible to visually impaired users that rely on screen readers and so on either. |
pyecore is still limited to py3.9, so we can't quite use 3.10 yet even if we update to the latest version of pyecore: |
While this gets fixed, I suggest to use a conda (or equivalent) virtual environment to control the Python version as indicated in the main README |
Note: pyecore now supports python 3.10+. Tested with a new virtual environment here with python 3.11.3, and it installed fine using pip. |
Hi! I have python3.7.16 in my env but I ran into the install error when running below are error message: × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. Any advice? Thanks! |
Hi @susiefeng, the information provided is not sufficient to debug the issue, looks like it's related to the Python env. |
Hi, I installed nwb explorer using python 3.10 and ran into this error (photos attached), but the installation worked in python 3.9 and 3.8. Compatibility issue?
The text was updated successfully, but these errors were encountered: