SpectralRadex icon indicating copy to clipboard operation
SpectralRadex copied to clipboard

W10 DLL issues

Open GijsVermarien opened this issue 2 years ago • 1 comments

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 (https://github.com/uclchem/UCLCHEM/issues/30), so it could be addressed as a part of that revision.

GijsVermarien avatar Apr 14 '23 11:04 GijsVermarien

After some discussion we decided to move to supporting WSL on Windows instead of building binaries for Windows.

GijsVermarien avatar May 08 '23 12:05 GijsVermarien