mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
563 stars 40 forks source link

Dr.Jit Windows conda installation issue #235

Open salilp19 opened 1 month ago

salilp19 commented 1 month ago

When I try to download dr.jit to my workstation as a conda package i get the following error.

Screenshot 2024-07-10 132713

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 .

merlinND commented 1 month 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.