threedle / GeoCode

GeoCode maps 3D shapes to a human-interpretable parameter space, allowing to intuitively edit the recovered 3D shapes from a point cloud or sketch input.
379 stars 24 forks source link

Resolve package not found even after adding under pip #5

Closed ManishJu closed 1 year ago

ManishJu commented 1 year ago

How to resolve this issue ? :

ResolvePackageNotFound:

ofekp commented 1 year ago

Both packages are in the environment.yml file and should have been installed, please check if you have any errors during the installation of a new conda environment and attach them here.

ManishJu commented 1 year ago

image

ManishJu commented 1 year ago

I can see the 2 packages, even tried to add them below pip...no success

ofekp commented 1 year ago

Do you have a GPU in your system? If so, can you please share what you see when you execute nvidia-smi?

More importantly, can you create a new environment and attempt to install the packages outside the environment.yml file, i.e.

conda create --name geocode_tmp
conda activate geocode_tmp
conda install -c bottler nvidiacub
conda install -c pytorch3d pytorch3d
itailang commented 1 year ago

Dear @ManishJu,

Closing the issue for now. If you have further questions, feel free to reach out. Thanks!

ManishJu commented 1 year ago

here is my gpu information , I will try to do what you asked today

image

ManishJu commented 1 year ago

First I tried running the project on windows . It failed due to Path issues . I gave up fixing that and tried to do it in WSL for Wndows. WSL for windows 10 21H is not fully functional and has lots of bugs. FInally I updated my old LInux partition and was able to run the project. :) I will try to generate again on windows and push fixes in future...

itailang commented 1 year ago

Thanks for sharing, @ManishJu! An update about running on Windows would be great. Please let us know when relevant.