Skip to content
Discussion options

You must be logged in to vote

Hi @jantma2

You can check your PATH envvar from python with import os; print(os.environ['PATH']). This should let you check if LLVM did indeed add it to your PATH.
Alternatively, you can manually use the DRJIT_LIBLLVM_PATH (you can also set it in Python before importing mitsuba/drjit).One common pitfall on Windows is that this envrionment variable must point directly to the file rather than the folder which contains LLVM-C.dll

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@jantma2
Comment options

@njroussel
Comment options

Answer selected by njroussel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants