Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W10 DLL issues #10

Open
GijsVermarien opened this issue Apr 14, 2023 · 1 comment
Open

W10 DLL issues #10

GijsVermarien opened this issue Apr 14, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@GijsVermarien
Copy link
Member

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.

@GijsVermarien
Copy link
Member Author

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

@GijsVermarien GijsVermarien added the wontfix This will not be worked on label May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant