WestHealth / pyvis

Python package for creating and visualizing interactive network graphs.
http://pyvis.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
940 stars 162 forks source link

Pyviz installation problem with Python 3.9 #245

Open fingoldo opened 10 months ago

fingoldo commented 10 months ago

Hi, PyViz is trying to install matplotlib==3.0.3 which fails on my system. When I try to install via conda, I get

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

Specifications:

  • matplotlib==3.0.3 -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']

Your python: python=3.9

Is there any particular reason why pyviz can't use more recent matplotlib releases, say, 3.7.2?

DavidWalz commented 3 months ago

Hi, I think you are mixing up PyViz and pyvis (this repo).