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

how I create a conda environment for cmapPy and python 3 #57

Open
ghost opened this issue Jun 10, 2019 · 1 comment
Open

how I create a conda environment for cmapPy and python 3 #57

ghost opened this issue Jun 10, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 10, 2019

Not sure if this useful for others / including in docs, but here's how I create a conda environment for cmapPy in python 3. I mention this b/c I have done it other ways and ended up not having the hdf5 command line tools in the environment (which I find useful).

  1. conda create -n cmapPy3 python=3 scikit-learn scipy numpy seaborn matplotlib statsmodels pandas jupyter sympy h5py
  2. conda activate cmapPy3
  3. pip install cmappy
  4. try it out!
    0. should have hdf5 command line tools

(NB: not installing h5py via conda, and instead having pip install it as a dependency of cmappy caused me to not have the command line tools for whatever reason). Obvs this also includes some other analysis libraries / tools I find useful.

@levlitichev
Copy link
Contributor

^^ this worked for me too

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