GibbsConsulting / jupyter-plotly-dash

Jupyter notebook wrapper for plotly dash applications
GNU Affero General Public License v3.0
81 stars 12 forks source link

Could not find a version that satisfies the requirement dpd-static-components #53

Closed yamacisik closed 4 years ago

yamacisik commented 4 years ago

When trying pip install, there is an error message as follows:

ERROR: Could not find a version that satisfies the requirement dpd-static-components (from jupyter-plotly-dash) (from versions: none)

Running on Python 3.7.3 spec-file.txt

tanzin29 commented 4 years ago

I am also getting the same error. is it something related to device compatibility? I am using python 3.7.4

GibbsConsulting commented 4 years ago

Versions 0.4.0 and 0.4.1 had bad dependencies. This has been fixed with PR #54 and released as 0.4.2

Things should work fine now, so closing this issue. Please reopen if the problem remains.