This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to fix the error during installing probabilistic2020-1.2.0

Hi Collin,

I was trying to install prob2020 and followed every step mentioned in your online docs. I use ubuntu17.10. There is no problem to install numpy,scipy,pandas and pysam. However, during installing prob2020, there are some error info including

Running setup.py bdist_wheel for probabilistic2020 ... error
Failed building wheel for probabilistic2020
 error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Can you please help me figure this out? Thanks.

Jun

prob2020

Try the suggestions from here and here. You are probably missing some dependency to build it, so try:

sudo apt-get install python-dev  \
     build-essential libssl-dev libffi-dev \
     libxml2-dev libxslt1-dev zlib1g-dev \
     python-pip

0 answers

No answers yet.

Log in to answer this question.