-
Notifications
You must be signed in to change notification settings - Fork 191
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
Jupyter Notebook spikeInterface import issue HPC #3515
Comments
Hi @htran1902 Can you try to update numpy to 1.26.4? |
The numpy version is already 1.26.4 |
Could you try just doing pip install -U numba |
I still have the same error (Numba version is 0.60.0) and spikeinterface version is 0.100.6 |
Could you just do a full pip list so we can see what is in the environment? |
The last thing you could try would be
this could break the environment, but basically this type of numba issue typically occurs when there is a miscommunication between numpy or numba (or both). So I would give that a go and if it still doesn't work then I think we will have to dig into how you are doing the install :) |
Besides import time, this is an extra reason to delay numba till execution. |
Any word @htran1902 ? |
Hi,
I use Jupyter Notebook on a HPC and I got the following error when importing spike interface by doing
Restarting the kernel does not change anything. Any ideas how to fix it? (I am not a Python expert) Thanks!
The text was updated successfully, but these errors were encountered: