-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Google Colab environment #61
Comments
I believe the problem is with MinkowskiEngine installation? |
yes the proble is with MinkowskiEngine and |
Can you share some tracebacks of errors? |
when i try to execute : ''!mim install "mmcv>=2.0.0rc4,<2.1.0"'' this is the error : Looking in links: https://download.openmmlab.com/mmcv/dist/cu121/torch2.3.0/index.html × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
I use docker, also failed with MinkowskiEngine. |
torch2.3 may be too good for this repo. and cuda12 also may need some fixes in MinkowskiEngine |
Please also provide the full log of error. |
How can I fix it, please? I am forced to work with Google Colab Pro because I don't have a local machine. |
You can downgrade torch to the version in our Dockerfile. And if you can not downgrade cuda, please use this fix NVIDIA/MinkowskiEngine#567. |
for google colab ? |
yes, i think, it may work. just replace commit id from the dockerfile to the commit from this pr |
I am trying to set up the environment in Google Colab, but it is not working. Has anyone managed to do it successfully?
The text was updated successfully, but these errors were encountered: