xjtu-omics / SVision

Detecting genome structural variants with deep learning in single molecule sequencing
GNU General Public License v3.0
101 stars 10 forks source link

ERROR: No matching distribution found for pyvcf 0.6.8 #3

Closed yongyongkang closed 2 years ago

yongyongkang commented 2 years ago

hi,handsome and beauty: When I executived command “conda env create -f ./environment.yml”, an error message is displayed “no matching distribution found for pyvcf = = 0.6.8”. I also try to install package pyvcf by executiving commond “pip install pyvcf = =0.6.8”, it still doesn’t work. How to fix this situation error ?

songbowang125 commented 2 years ago

"PyVCF setup command: use_2to3 is invalid". This error is usually caused by high version of setuptools (since the parameter use_2to3=True was removed after setuptools v58). Re-install setuptools v57.5.0 (pip install setuptools==57.5.0) could solve this problem. Thanks~