bioinfo-biols / CIRIquant

circular RNA quantification tools
https://sourceforge.net/projects/ciri/files/CIRIquant
MIT License
27 stars 17 forks source link

Problem with installation of CIRIquant #47

Closed choijamtsmunkhzul closed 1 year ago

choijamtsmunkhzul commented 1 year ago

Hello there,

I had problem with installation of CIRIquant.

It shows below errors:

root@DESKTOP-KB6VI11:/home/choi# pip install CIRIquant                                                     
Requirement already satisfied: CIRIquant in /root/miniconda3/lib/python3.9/site-packages/CIRIquant-1.1.2-py3.9.egg (1.1.2)                                                                                                          Collecting argparse==1.2.1                                                                                          
Using cached argparse-1.2.1.tar.gz (69 kB)                                                                        
Preparing metadata (setup.py) ... done                                                                          
Collecting PyYAML==5.1.1                                                                                            
Using cached PyYAML-5.1.1.tar.gz (274 kB)                                                                         
Preparing metadata (setup.py) ... done                                                                          
Collecting pysam==0.15.2                                                                                            
Using cached pysam-0.15.2.tar.gz (3.2 MB)                                                                         
Preparing metadata (setup.py) ... /
**error: subprocess-exited-with-error

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

How can I fix above error?

Thank you.