open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.91k stars 1.65k forks source link

mmcv is incompatible with mamba while installing, using point cloud processing methed. #3171

Open Shadow581 opened 3 months ago

Shadow581 commented 3 months ago

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 and mmcv later.

if you install mmcv first, then installing mamba, The code of mamba shows errors. link: https://github.com/SkyworkAI/PointCloudMamba/issues/9

zeyan1235 commented 2 weeks ago

Before I install mamba, I already have this problem. So I think it's a problem of incompatible version, not mamba.