Skip to content
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

Failed to create an anaconda environment because of the torchvision package #38

Open
greyishsong opened this issue Oct 9, 2023 · 0 comments

Comments

@greyishsong
Copy link

Thanks for publishing the great research and code online.

These days I tried to run point2mesh but failed on creating an anaconda environment. In the dependency file environment.yml I found

dependencies:
  - python=3.8.2
  - numpy=1.18.1
  - pytorch=1.4.0
  - torchvision=0.5.0

After several times of failure, I found the package torchvision's version 0.5.0 is not available anymore on anaconda. The maintainers have deleted this package file from the conda's package source, the oldest version available is 0.6.1 (see torchvision on anaconda.org).

I tried to install it through pip, the packages are successfully installed but I cannot run the program. I have also tried several different combinations of newer versions but haven't succeeded once. Do you have any solution of this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant