Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

How to solve this error? No module named "SharedArray" #51

Open
whuhxb opened this issue May 9, 2022 · 6 comments
Open

How to solve this error? No module named "SharedArray" #51

whuhxb opened this issue May 9, 2022 · 6 comments

Comments

@whuhxb
Copy link

whuhxb commented May 9, 2022

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.

@zaiquanyang
Copy link

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.

Do you sovle it? I also meet the problem...

@winnechan
Copy link

pip install SharedArray

@touristourist
Copy link

This is because your numpy version is incompatible, use pip install --upgrade numpy

@Rongtao-Xu
Copy link

Do you sovle it? I also meet the problem...

@better07
Copy link

This is because your numpy version is incompatible, use pip install --upgrade numpy

Hi, can you share with me the version of "numpy" and "SharedArray" which you used.

@Abdurrahman06
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants