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

install problem #63

Open
jiangshan529 opened this issue Oct 14, 2022 · 6 comments
Open

install problem #63

jiangshan529 opened this issue Oct 14, 2022 · 6 comments

Comments

@jiangshan529
Copy link

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:

  • fithic -> python[version='>=3']

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:

  • feature:/linux-64::__glibc==2.19=0
  • feature:|@/linux-64::__glibc==2.19=0

Your installed version is: 2.19

Please let me know how to deal with this.
Thanks!

@ay-lab
Copy link
Owner

ay-lab commented Oct 14, 2022

Hi @jiangshan529
Thanks for your query. It seems you have python2 installed in your conda environment. Please create a conda environment with python3 (like python 3.7) and then install fithic. Let me know if you face any issues.

@jiangshan529
Copy link
Author

Hi, I create a new conda environment with python3.7(conda create -n fithic python=3.7). However, the installation still shows such error.

Hi @jiangshan529 Thanks for your query. It seems you have python2 installed in your conda environment. Please create a conda environment with python3 (like python 3.7) and then install fithic. Let me know if you face any issues.

@aryakaul
Copy link
Collaborator

Can you confirm that you've activated the new environment and python v3 is active? (paste the output of python --version)

@jiangshan529
Copy link
Author

Yes, I activate the envrionment with "source activate fithic". When I print python, it shows "Python 3.7.13".

Can you confirm that you've activated the new environment and python v3 is active? (paste the output of python --version)

@aryakaul
Copy link
Collaborator

can you post a screenshot with the error you get when you run conda install fithic

@jiangshan529
Copy link
Author

jiangshan529 commented Oct 15, 2022 via email

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