frankvogt / vcf2gwas

Python API for comprehensive GWAS analysis using GEMMA
GNU General Public License v3.0
84 stars 29 forks source link

conda install vcf2gwas -c conda-forge -c bioconda -c fvogt257 #8

Closed jeppson3 closed 2 years ago

jeppson3 commented 2 years ago

do i need python3.8 or 3.9, getting an error when i try the install step

conda install vcf2gwas -c conda-forge -c bioconda -c fvogt257

Your python: python=3.8

frankvogt commented 2 years ago

Did you create and activate a new environment ("conda create -n myenv" -> "conda activate myenv")? In that environment, conda should fetch the right version. The required python version is 3.9.

frankvogt commented 2 years ago

Is the issue resolved?

gaushi commented 2 years ago

Hi @jeppson3 If you first create environment and then in that environment do the installation step, python3.9 will be automatically installed. Best, Gautam