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

Installing dependencies #5

Open
hrayjones opened this issue Jun 11, 2021 · 0 comments
Open

Installing dependencies #5

hrayjones opened this issue Jun 11, 2021 · 0 comments

Comments

@hrayjones
Copy link

Hi,

I am trying to install the dependencies into a conda environment as I do not have install permissions on my system. However, anaconda finds conflicts in the required packages. I am creating a conda environment with Python 2.7, as specified, and then installing everything mentioned in base.txt, as follows:

conda create -n ATACgraph_env python=2.7
source activate ATACgraph_env
conda install --file base_anaconda.txt

here are the contents of base_anaconda.txt:
numpy
pandas
pysam=0.11.2.2
matplotlib
matplotlib-venn
argparse
pybedtools
deepTools=3.3.0
scikit-learn

I've attached the conflicts error. It seems that numpy, pandas, pybedtools and scikit-learn require python 3. Can you please advise me on this?

Many thanks,
Helen

conflicts.pdf

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

1 participant