We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: