Skip to content

Missing cblas.dll in the Windows pypi wheel #133

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

Open
rozyczko opened this issue Apr 28, 2025 · 1 comment
Open

Missing cblas.dll in the Windows pypi wheel #133

rozyczko opened this issue Apr 28, 2025 · 1 comment

Comments

@rozyczko
Copy link
Contributor

Problem

diffpy.pdffit2 installed on windows (any Python) can't be run, since gsl-25.dll requires libcblas.dll to run.

  1. create new python environment
  2. pip install diffpy.pdffit2
  3. run python -c "import diffpy.pdffit2"
  4. 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

@sbillinge
Copy link
Contributor

@Tieqiong this seems familiar, but please could you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants