PeRFception icon indicating copy to clipboard operation
PeRFception copied to clipboard

ModuleNotFoundError: No module named 'cc3d'

Open myoh97 opened this issue 2 years ago • 1 comments

Thanks for the great work. I'm working on ubuntu20.04, cuda11.1, and followed your instruction in Get Ready. But it still raises the error "ModuleNotFoundError: No module named 'cc3d'" Am I doing wrong or missing something??

My pip list below.

Package Version


absl-py 1.4.0 aiohttp 3.8.4 aiosignal 1.3.1 appdirs 1.4.4 async-timeout 4.0.2 attrs 22.2.0 beautifulsoup4 4.11.2 cachetools 5.3.0 certifi 2022.12.7 charset-normalizer 3.0.1 click 8.1.3 ConfigArgParse 1.5.3 docker-pycreds 0.4.0 filelock 3.9.0 frozenlist 1.3.3 fsspec 2023.1.0 future 0.18.3 gdown 4.6.4 gin-config 0.5.0 gitdb 4.0.10 GitPython 3.1.31 google-auth 2.16.1 google-auth-oauthlib 0.4.6 grpcio 1.51.3 idna 3.4 imageio 2.26.0 imageio-ffmpeg 0.4.8 importlib-metadata 6.0.0 Markdown 3.4.1 MarkupSafe 2.1.2 multidict 6.0.4 networkx 3.0 numpy 1.24.2 nvidia-cublas-cu11 11.10.3.66 nvidia-cuda-nvrtc-cu11 11.7.99 nvidia-cuda-runtime-cu11 11.7.99 nvidia-cudnn-cu11 8.5.0.96 oauthlib 3.2.2 opencv-python 4.7.0.72 packaging 23.0 pathtools 0.1.2 Pillow 9.4.0 pip 22.3.1 piqa 1.2.2 plenoxel 0.0.1.dev0+sphtexcub.lincolor.fast plyfile 0.7.4 protobuf 4.22.0 psutil 5.9.4 pyasn1 0.4.8 pyasn1-modules 0.2.8 pyDeprecate 0.3.1 PySocks 1.7.1 pytorch-lightning 1.5.5 PyWavelets 1.4.1 PyYAML 6.0 requests 2.28.2 requests-oauthlib 1.3.1 rsa 4.9 scikit-image 0.19.3 scipy 1.10.1 sentry-sdk 1.15.0 setproctitle 1.3.2 setuptools 65.6.3 six 1.16.0 smmap 5.0.0 soupsieve 2.4 tensorboard 2.12.0 tensorboard-data-server 0.7.0 tensorboard-plugin-wit 1.8.1 tifffile 2023.2.3 torch 1.13.1 torchmetrics 0.11.1 torchvision 0.14.1 tqdm 4.64.1 typing_extensions 4.5.0 urllib3 1.26.14 wandb 0.13.10 Werkzeug 2.2.3 wheel 0.37.1 yarl 1.8.2 zipp 3.15.0

myoh97 avatar Feb 27 '23 03:02 myoh97

You can fix this issue by doing pip install connected-components-3d

william-silversmith avatar Apr 11 '24 06:04 william-silversmith