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
Problem
diffpy.pdffit2installed on windows (any Python) can't be run, sincegsl-25.dllrequireslibcblas.dllto run.python -c "import diffpy.pdffit2"Looking at gsl-25.dll included in the wheel, we see dependency on
libcblas.dllProposed solution
Add
libcblas.dll(and any potential dependencies of it) to the wheel. This can be taken from the conda-forge distribution oflibcblas