-
Notifications
You must be signed in to change notification settings - Fork 148
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
When I ran ''sudo python3 setup.py install'', error occurred "ModuleNotFoundError: No module named 'torch'" #62
Comments
I have installed the environment for this NeRF-SLAM algorithm many times without encountering any errors like yours. You can follow the steps I have previously performed as follows:
|
I also encountered the same error, but I didn't find a useful answer. I tried "python3 setup.py install", but I didn't have permission. So, I added write permission for path /usr/lib/python3.8/site-packages/, then tried "python3 setup.py install" again. At last, it installed successfull. |
When I run ''sudo python3 setup.py install'' ,error occurred
it shows I don't have torch module, but the picture shows I have installed the torch
The text was updated successfully, but these errors were encountered: