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

In case anyone having trouble with the dependancies, you can follow this set-up. #204

Open
huevoypatata opened this issue Sep 7, 2024 · 0 comments

Comments

@huevoypatata
Copy link

huevoypatata commented Sep 7, 2024

Hi all,

I have been having trouble setting this repo up on my PC, I needed it for a project so I had no choice but to make it work. In case any of you are also having trouble making it work, here is a list that you can follow to set it up on your PC:

  • Windows 10 or 11 (if Windows 11, include the c++ compiler packages while downloading VS2019 and select all the optional downloads for c++ desktop work package)
  • Visual Studio 2019 (gnu 14)
  • CUDA 11.7
  • After cloning the repository, replace the context of environment.yml file with environmentc117.txt and set up your conda environment.
  • After setting up the environment follow this. (if compiler gnu 14, don't need to make the adjustments. Just setup extensions manually.) or just run the following:
    cd gridencoder
    python setup.py build_ext --inplace && pip install .
    cd ..
    cd raymarching
    python setup.py build_ext --inplace && pip install .
    cd ..
    cd shencoder
    python setup.py build_ext --inplace && pip install .
    cd ..
    cd freqencoder
    python setup.py build_ext --inplace && pip install .
    cd..

Hope this helps.

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