asntech / intervene

Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
http://intervene.rtfd.io/
Other
132 stars 28 forks source link

ipython-notebook not installing in conda #51

Closed Folu0909 closed 1 year ago

Folu0909 commented 1 year ago

Dear all, would you kindly advise on how to go about this. Thanks

(base) C:\Users\Admin>conda install -c free ipython-notebook 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. This can take several minutes. Press CTRL-C to abort./ failed

UnsatisfiableError: The following specifications were found to be incompatible with the existing python installation in your environment:

Specifications:

Your python: python=3.9

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.

asntech commented 1 year ago

@Folu0909 please try this instead. conda install -c anaconda jupyter

asntech commented 1 year ago

closing this as it is not related to Intervene - please reply if you've issues getting jupyter notebook running.

Folu0909 commented 1 year ago

Thank you. It worked

Folu Paul-Odeniran, Ph.D. (she/her)

School of PharmacyUniversity of NottinghamA12, Biodiscovery Institute University Park Nottingham, NG7 2RD

+447776365577

On Wed, Sep 21, 2022 at 12:08 AM Aziz Khan @.***> wrote:

@Folu0909 https://github.com/Folu0909 please try this instead. conda install -c anaconda jupyter

— Reply to this email directly, view it on GitHub https://github.com/asntech/intervene/issues/51#issuecomment-1253004207, or unsubscribe https://github.com/notifications/unsubscribe-auth/A267JJE7P7XYZMXQNMZWS73V7I7V7ANCNFSM6AAAAAAQHWJKBI . You are receiving this because you were mentioned.Message ID: @.***>

asntech commented 1 year ago

Wonderful!!