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
diffpy.pdffit2 installed on windows (any Python) can't be run, since gsl-25.dll requires libcblas.dll to run.
diffpy.pdffit2
gsl-25.dll
libcblas.dll
python -c "import diffpy.pdffit2"
Looking at gsl-25.dll included in the wheel, we see dependency on libcblas.dll
Add libcblas.dll (and any potential dependencies of it) to the wheel. This can be taken from the conda-forge distribution of libcblas
libcblas
The text was updated successfully, but these errors were encountered:
@Tieqiong this seems familiar, but please could you take a look?
Sorry, something went wrong.
No branches or pull requests
Problem
diffpy.pdffit2
installed on windows (any Python) can't be run, sincegsl-25.dll
requireslibcblas.dll
to run.python -c "import diffpy.pdffit2"
Looking at gsl-25.dll included in the wheel, we see dependency on
libcblas.dll
Proposed solution
Add
libcblas.dll
(and any potential dependencies of it) to the wheel. This can be taken from the conda-forge distribution oflibcblas
The text was updated successfully, but these errors were encountered: