how to fix the error during installing probabilistic2020-1.2.0
0
0
Entering edit mode
6.2 years ago
jqian1971 • 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 • 1.2k views
ADD COMMENT
0
Entering edit mode

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
ADD REPLY

Login before adding your answer.

Traffic: 2169 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6