Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version of the python dependencies #10

Open
susmarb opened this issue Feb 25, 2022 · 2 comments
Open

Version of the python dependencies #10

susmarb opened this issue Feb 25, 2022 · 2 comments

Comments

@susmarb
Copy link

susmarb commented Feb 25, 2022

Hello,

I am trying to install the packages in python that are required, but I am getting an error with sci-kit, sometimes is due to incompatibilities with the other packages that are installed without specifying the versions.

Could you please provide the exact versions of the python packages that you have installed?

Thank you.

Best,
Susana

@vclanclos
Copy link

Hi, I solved these issues with the following versions:

conda install python==3.8
conda install -c conda-forge numpy==1.22.4
conda install -c conda-forge pandas==1.5.2
conda install -c conda-forge/label/cf202003 scikit-learn==0.22.2.post1
#no joblib needed, its in the scikitlearn install
conda install biopython
conda install requests

@adriangeerre
Copy link

Hi,

In my case neither the instructions nor the comment from @vclanclos worked, I run the following:

mamba create -n PlasForest -c bioconda -c conda-forge python=3.6 numpy pandas scikit-learn==0.22.2.post1 requests
conda activate PlasForest
mamba install -c bioconda blast
bash database_downloader.sh

I hope it helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants