a-xavier / tapes

TAPES : a Tool for Assessment and Prioritisation in Exome Studies
24 stars 11 forks source link

pysam installation error #28

Open BioinfoRDX opened 3 months ago

BioinfoRDX commented 3 months ago

Hi, I was following the instructions for tapes's dependeces installation and when I run "_pip3 install -r requirements.txt" I have an error with pysam installation:

Collecting pysam==0.15.2 Using cached pysam-0.15.2.tar.gz (3.2 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [74 lines of output]

... make: ./version.sh: No such file or directory make: ./version.sh: No such file or directory error in pysam setup command: use_2to3 is invalid. ...

I also downgraded "setuptools" to 57.5.0 but nothing change.