cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
261 stars 62 forks source link

Error: Module jupyter-cytoscape, semver range ^1.3.2 is not registered as a widget module #320

Closed gt-eq-1998 closed 2 years ago

gt-eq-1998 commented 2 years ago

Still persist when installing with pip install ipycytoscape Error: Module jupyter-cytoscape, semver range ^1.3.2 is not registered as a widget module

Version Info

Originally posted by @gt-eq-1998 in https://github.com/cytoscape/ipycytoscape/issues/294#issuecomment-1068011856

marimeireles commented 2 years ago

Hey @gt-eq-1998, I can't reproduce this issue. I wonder if you're having some conflicts with your environment. Where is your python coming from? which python Also, do you have restrictions regarding using the conda/mamba ecosystem? If you tell me more about your env. I can try to reproduce it better, e.g what are you using the manage your env?

gt-eq-1998 commented 2 years ago

Hey @gt-eq-1998, I can't reproduce this issue. I wonder if you're having some conflicts with your environment. Where is your python coming from? which python Also, do you have restrictions regarding using the conda/mamba ecosystem? If you tell me more about your env. I can try to reproduce it better, e.g what are you using the manage your env?

Hey @marimeireles , I'm using conda environment with poetry, I'm not sure about conflict stuff , but all thing in my env working. What do you mean by restrictions?

marimeireles commented 2 years ago

Okay. Is not recommended to mix two different package managers, like pip and conda, for example. The problem is that their solvers interact and this kind of issue occurs. My advice is that you stick with one package manager and try again, this should fix your issue.