Skip to content

Missing cblas.dll in the Windows pypi wheel #133

@rozyczko

Description

@rozyczko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions