You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: