-
Notifications
You must be signed in to change notification settings - Fork 98
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
How to solve this error? No module named "SharedArray" #51
Comments
Do you sovle it? I also meet the problem... |
pip install SharedArray |
This is because your numpy version is incompatible, use |
|
Hi, can you share with me the version of "numpy" and "SharedArray" which you used. |
Hi, if you use windows pip install SharedArray gets error. You can use https://github.com/imaginary-friend94/Shared-Array-for-Windows instead of pip install. |
Hi, how to solve this error? I have use the command: pip install SharedArray, but the error still occurs.
point-transformer_repro/util/s3dis.py", line 4, in
import SharedArray as SA
ModuleNotFoundError: No module named 'SharedArray'
Thanks a lot.
The text was updated successfully, but these errors were encountered: