dreamfields-3D icon indicating copy to clipboard operation
dreamfields-3D copied to clipboard

How to install raymarching on Win10?

Open StrugglingForBetter opened this issue 2 years ago • 3 comments

How to install raymarching on Win10?

StrugglingForBetter avatar Sep 23 '22 08:09 StrugglingForBetter

To be honest, I failed to install that on windows, only succeed in Ubuntu 16.04. In theory, when you have a proper compiler in windows, for example, Developer Command Prompt for VS 2022/2019, you could try to run this command to install:

cd raymarching
python setup.py build_ext --inplace  # build ext only, do not install (only can be used in the parent directory)
pip install .  # install to python path (you still need the raymarching/ folder, since this only install the built extension.)

Then I meet a lot of errors which you may as well, then you can try to fix that by refering to ashawkey/torch-ngp#51 Hope that can help you and let me know if you figure it out.

shengyu-meng avatar Sep 25 '22 05:09 shengyu-meng

I tried installing raymarching on win 10 and win 11 , anaconda env

Worked fine with visual studio 2019 installed It was giving error with visual studio 2022

Can you give an example of the errors you encountered

Hamad-exarta avatar Oct 28 '22 06:10 Hamad-exarta

2e49a5cd2d0c251fd0b3a8300eb0978 How to solve the above error?

wuweiyexiaomian avatar Jun 12 '24 12:06 wuweiyexiaomian