-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
Thanks for this library. I installed the MinGW fortran compiler to be able to install xleaf on Windows 11. Install completed successfully but then when I import xleaf, it throws the following error:
>>> import xleaf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\Python310\TestEnv\lib\site-packages\xleaf\__init__.py", line 27, in <module>
from xleaf.simulators import simulate_canopy, simulate_leaf
File "c:\Python310\TestEnv\lib\site-packages\xleaf\simulators.py", line 7, in <module>
from xleaf import prosail
ImportError: DLL load failed while importing prosail: The specified module could not be found.
Would be nice if it could works straight away on Windows without having to go through WSL. It works just fine through WSL though.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels