jsexauer / networkx_viewer

Interactive GUI for NetworkX graphs
GNU General Public License v3.0
137 stars 27 forks source link

Using in conda env #21

Open pinigin opened 4 years ago

pinigin commented 4 years ago

As you support installation only by pypi, I installed it with pip in conda env (on Windows 10). I see it after installation (conda list: networkx-viewer 0.3.0 pypi_0 pypi), but can't import it: ModuleNotFoundError: No module named 'networkx_viewer' Any ideas on how to fix it?

jsexauer commented 4 years ago

Are you able to find networkx_viewer in your site packages folder of the virtual environment?