CrossMap icon indicating copy to clipboard operation
CrossMap copied to clipboard

Unable to install (pyBigWig wheel error)

Open tahirasma opened this issue 3 years ago • 3 comments

Greetings!

I have encountered error while installing Crossmap.

Command: pip3 install CrossMap Error message:

Using cached pyBigWig-0.3.17.tar.gz (64 kB) Requirement already satisfied: numpy in /home/asma/.local/lib/python3.8/site-packages (from bx-python->CrossMap) (1.19.2) Requirement already satisfied: six>=1.13.0 in /usr/lib/python3/dist-packages (from bx-python->CrossMap) (1.14.0) Building wheels for collected packages: pyBigWig Building wheel for pyBigWig (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_ytdjofx/pyBigWig/setup.py'"'"'; file='"'"'/tmp/pip-install-_ytdjofx/pyBigWig/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-esnht2s6 cwd: /tmp/pip-install-_ytdjofx/pyBigWig/

ERROR: Failed building wheel for pyBigWig Running setup.py clean for pyBigWig Failed to build pyBigWig Installing collected packages: pyBigWig, CrossMap Running setup.py install for pyBigWig ... error ERROR: Command errored out with exit status 1:

tahirasma avatar Oct 11 '20 12:10 tahirasma