Skip to content

Installation issues with pyBigWig not finding numpy #87

Description

@tacazares

I have had some issues installing maxATAC on BMI. We need pybigwig to be able to find numpy and have it accessible in order to use the code. Sometimes when I install, the installation cannot find numpy with pyBigWig and this will cause an error in prepare and predict.

$ python
>>> import pyBigWig
>>>pybigwig.numpy
0

You should have a 1 returned, but a 0 is returned if you cannot find numpy. My solution has been to pip uninstall pybigwig and then conda install pybigwig. This fixes the issues. I was not able to fix the issues with pip install pybigwig.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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