-
Couldn't load subscription status.
- Fork 19
Open
Description
Problem
diffpy.pdffit2 installed on windows (any Python) can't be run, since gsl-25.dll requires libcblas.dll to run.
- create new python environment
- pip install diffpy.pdffit2
- run
python -c "import diffpy.pdffit2" - observe import error
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 of libcblas
Metadata
Metadata
Assignees
Labels
No labels