Open Shadow581 opened 3 months ago
python 3.10 3090 cuda>=11.8 torch>=2.0
mim install mmcv
module ‘pkgutil‘ has no attribute ‘ImpImporter‘.Did you mean: ‘zipimporter - "mim install mmcv"
module ‘pkgutil‘ has no attribute ‘ImpImporter‘. Did you mean: ‘zipimporter‘?
The above instructions are to install mamba first and mmcv later.
mamba
mmcv
if you install mmcv first, then installing mamba, The code of mamba shows errors. link: https://github.com/SkyworkAI/PointCloudMamba/issues/9
https://github.com/SkyworkAI/PointCloudMamba/issues/9
Before I install mamba, I already have this problem. So I think it's a problem of incompatible version, not mamba.
Prerequisite
Environment
python 3.10 3090 cuda>=11.8 torch>=2.0
Reproduces the problem - code sample
mim install mmcv
Reproduces the problem - command or script
module ‘pkgutil‘ has no attribute ‘ImpImporter‘.Did you mean: ‘zipimporter - "mim install mmcv"
Reproduces the problem - error message
module ‘pkgutil‘ has no attribute ‘ImpImporter‘. Did you mean: ‘zipimporter‘?
Additional information
The above instructions are to install
mamba
first andmmcv
later.if you install
mmcv
first, then installingmamba
, The code ofmamba
shows errors. link:https://github.com/SkyworkAI/PointCloudMamba/issues/9