yccyenchicheng / AutoSDF

233 stars 30 forks source link

environment problem #16

Closed Dhaizei closed 1 year ago

Dhaizei commented 2 years ago

when installing ”conda env create -f autosdf.yaml“ ,it has some problems. such as "Could not find a version that satisfies the requirement marching_cubes from versions:none". so how i solve it?

yccyenchicheng commented 2 years ago

Hi @Dhaizei, can you try to remove this line: https://github.com/yccyenchicheng/AutoSDF/blob/master/autosdf.yaml#L249

And install the marching_cubes via:

pip install PyMCubes

Thanks! Please let us know if there are other issues.