Closed yongyongkang closed 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~
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 ?