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

conda install failure #47

Open
zhqu1148980644 opened this issue Aug 11, 2021 · 1 comment
Open

conda install failure #47

zhqu1148980644 opened this issue Aug 11, 2021 · 1 comment

Comments

@zhqu1148980644
Copy link

zhqu1148980644 commented Aug 11, 2021

always being "Solving environment", Please make a runnable environment through conda or docker to let the paper be more worthy !!!

@Puumanamana
Copy link

Puumanamana commented Sep 20, 2021

I had the same issue, so I tried to add conda-forge like this
conda install -c bioconda -c conda-forge dca
and it was able to solve the dependencies. However I got the error:

raise ImportError('DCA requires TensorFlow v2+. Please follow instructions'
ImportError: DCA requires TensorFlow v2+. Please follow instructions at https://www.tensorflow.org/install/ to install it.

So I installed tensorflow >=2 with conda (conda install -c conda-forge tensorflow"<2.5,>=2.0") and it worked

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

2 participants