-
Notifications
You must be signed in to change notification settings - Fork 125
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
Unable to install dependencies #10
Comments
Hi @piyush-bagad , It seems you need update the conda package manager (which is a good idea in general). I think if you run this it will solve your problem. In general, you can check the version with |
Thanks @ranahanocka for the response. I updated to version 4.8.3 However, the problem still is not solved.
|
I tried using
|
I think there is some problem with
|
Hi @piyush-bagad , So it seems you are using a mac, which according to the pytorch3d installation instructions should be done with Unfortunately, I don't have a mac so I can't reproduce your issue. But there is a mention of this issue in PyTorch 3D with some potential work arounds. If the issue persists, maybe you can open an issue in PyTorch3D. |
Dear @ranahanocka, first and foremost, thank you very much for the code and congrats for the interesting work. |
Hi @pocaha (and @piyush-bagad ), I think it may be an issue with pytorch e.g.,. Maybe you can try installing the nightly version . With conda : with pip (for macos, without cuda support): |
For anyone still struggling w. this on MacOS, I am on Big Sur and got it to work by using python venv and using following versions: |
On running
conda env create -f environment.yml
, I am getting the following error:I tried with
pip
but that throws up error on this linefrom pytorch3d import _C
.The text was updated successfully, but these errors were encountered: