Closed danli349 closed 1 month ago
Created fresh environment, modifying version to match the one specified here exactly. Cannot replicate. Everything runs fine and installs fine and loads fine.
conda create --name g2g python=3.8.5
conda activate g2g
pip install genes2genes
I'd like to point out you have some packages in ./.local/lib/python3.8/site-packages
and others in ./miniconda3/lib/python3.8/site-packages
. Seems there's something strange about your setup.
@ktpolanski
Thanks for helping. I can install genes2genes
in a new conda environment, the error only occurs in the base
environment.
Hello:
When I install
genes2genes
,There is an error:
How can I fix it? Thanks a lot