Open denghilbert opened 2 months ago
Hi @denghilbert
When running pip install .
it runs an isolated build and it will therefore ignore any packages you have installed yourself.
I'll push a commit to master
in a bit, but basically we need to add typing-extensions
to the requires
list in pyproject.toml
. You can do that on your own fork for now.
Hi,
I’m trying to make several custom changes to Mitsuba, and I want to install it into my conda environment using pip so that I can directly use Mitsuba. However, I'm having trouble pip installing the customized version of Mitsuba. According to the error message, it should be resolved by simply running pip install typing-extensions, but it keeps saying ModuleNotFoundError: No module named 'typing_extensions'. I am using python=3.9.
Below is the full message I receive when trying to pip install Mitsuba. I look forward to hearing back from you soon! Thanks.