The builds for Windows 10 seem to work well, but it appears the spectralradex wrapper is never included in the path properly.
Type "help", "copyright", "credits" or "license" for more information.
>>> import spectralradex
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\vermarien\AppData\Local\miniconda3\envs\spectralradex-1.1.5\lib\site-packages\spectralradex\__init__.py", line 2, in <module>
from . import radex
File "C:\Users\vermarien\AppData\Local\miniconda3\envs\spectralradex-1.1.5\lib\site-packages\spectralradex\radex\__init__.py", line 1, in <module>
from radexwrap import *
ImportError: DLL load failed while importing radexwrap: The specified module could not be found.
A possible fix is: https://stackoverflow.com/a/72126318/8810578 but I am not sure how it interplays with the extension module, which will be deprecated anyway (uclchem/UCLCHEM#30), so it could be addressed as a part of that revision.
The builds for Windows 10 seem to work well, but it appears the spectralradex wrapper is never included in the path properly.
A possible fix is: https://stackoverflow.com/a/72126318/8810578 but I am not sure how it interplays with the extension module, which will be deprecated anyway (uclchem/UCLCHEM#30), so it could be addressed as a part of that revision.