-
Notifications
You must be signed in to change notification settings - Fork 17
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
install problem #63
Comments
Hi @jiangshan529 |
Hi, I create a new conda environment with python3.7(conda create -n fithic python=3.7). However, the installation still shows such error.
|
Can you confirm that you've activated the new environment and python v3 is active? (paste the output of |
Yes, I activate the envrionment with "source activate fithic". When I print python, it shows "Python 3.7.13".
|
can you post a screenshot with the error you get when you run |
Hi, hope you can see the picture through email:
[image: image.png]
[image: image.png]
[image: image.png]
Arya ***@***.***> 于2022年10月15日周六 13:04写道:
… can you post a screenshot with the error you get when you run conda
install fithic
—
Reply to this email directly, view it on GitHub
<#63 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR5WZOQPEJKKOZOOX7YTFVLWDLP2FANCNFSM6AAAAAARFQVNVQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, Dear all,
I am trying to install fithic with conda(conda install -c "bioconda/label/cf201901" fithic). However, it always report errors like this:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages. failed
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Specifications:
Your python: python=2
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Note that conda will not
change your python version to a different minor version unless you explicitly specify
that.
The following specifications were found to be incompatible with your system:
Your installed version is: 2.19
Please let me know how to deal with this.
Thanks!
The text was updated successfully, but these errors were encountered: