We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
After some discussion we decided to move to supporting WSL on Windows instead of building binaries for Windows.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: