You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We have configured the environment according to the requirements, but there is still a problem importing the package.
How can we solve it?
Traceback (most recent call last):
File "exp/s3dis/pointtransformer_repro/train.py", line 26, in
from util.s3dis import S3DIS
File "/root/point-transformer-master/util/s3dis.py", line 8, in
import SharedArray as SA
ModuleNotFoundError: No module named 'SharedArray'
The text was updated successfully, but these errors were encountered:
Hi! We have configured the environment according to the requirements, but there is still a problem importing the package.
How can we solve it?
Traceback (most recent call last):
File "exp/s3dis/pointtransformer_repro/train.py", line 26, in
from util.s3dis import S3DIS
File "/root/point-transformer-master/util/s3dis.py", line 8, in
import SharedArray as SA
ModuleNotFoundError: No module named 'SharedArray'
The text was updated successfully, but these errors were encountered: