ranahanocka / point2mesh

Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
MIT License
1.04k stars 121 forks source link

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

Open greyishsong opened 9 months ago

greyishsong commented 9 months ago

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?

BubleBox commented 1 month ago

You must give up, as I have for so many reasons