Open salilp19 opened 4 months ago
Hello @salilp19,
Please switch to the master
branch as nanobind_v2
has been merged and development is now continuing on master
.
If you'd like to use the latest stable (released) version instead, switch to the v0.4.6
tag.
I don't know whether pip install .
is supposed to work on Windows.
The normal build process for DrJit is similar to the one of Mitsuba described here, i.e. using cmake
.
When I try to download dr.jit to my workstation as a conda package i get the following error.
The steps I follow are these -
1) git clone --recursive --branch nanobind_v2 [https://github.com/mitsuba-renderer/drjit] 2)cd drjit 3)pip install .