MStarmans91 / WORC

Workflow for Optimal Radiomics Classification
Other
69 stars 19 forks source link

Problems to install worc #4

Closed josemanuel097 closed 6 years ago

josemanuel097 commented 6 years ago

Trying to install WORC i get the following message:

Traceback (most recent call last):
  File "<string>", line 17, in <module>
  File "/home/jtovar/worc_prostate/worc_pros/build/cryptography/setup.py", line 28, in <module>
    "cryptography requires setuptools 18.5 or newer, please upgrade to a "
RuntimeError: cryptography requires setuptools 18.5 or newer, please upgrade to a newer version of setuptools
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

File "/home/jtovar/worc_prostate/worc_pros/build/cryptography/setup.py", line 28, in

"cryptography requires setuptools 18.5 or newer, please upgrade to a "

RuntimeError: cryptography requires setuptools 18.5 or newer, please upgrade to a newer version of setuptools

MStarmans91 commented 6 years ago

Seems like you run a rather old version of setuptools need to upgrade setuptools manually first. Which version of Python are you using? Might be that the default setuptools in there is too old. Can you try manually upgrading setuptools first?

josemanuel097 commented 6 years ago

Yeah , I was using an older version. The update fixed this problem