andyrimmer / Platypus

Platypus Variant Caller
GNU General Public License v3.0
105 stars 38 forks source link

No module named Cython.Distutils #77

Closed alexanderlws closed 5 years ago

alexanderlws commented 5 years ago

Hi, I am a beginner to Linux and I followed the readme for the installation steps (which includes the prerequisites python 2.7.15,cython 0.23.4), however, when I run make I am given the error

echo 'Building Platypus' Building Platypus cd src; python setup.py build Traceback (most recent call last): File "setup.py", line 5, in from Cython.Distutils import build_ext as build_pyx ImportError: No module named Cython.Distutils Makefile:34: recipe for target 'platypus' failed make: *** [platypus] Error 1

Is there a way to get this module manually?