dash-alternative-viz icon indicating copy to clipboard operation
dash-alternative-viz copied to clipboard

Installation Error

Open YukunYangNPF opened this issue 4 years ago • 1 comments

pip3 install dash-alternative-viz ERROR: Could not find a version that satisfies the requirement dash-alternative-viz (from versions: none) ERROR: No matching distribution found for dash-alternative-viz

environment: Python 3.8.6

YukunYangNPF avatar Mar 18 '21 16:03 YukunYangNPF

That's right, this project is a proof-of-concept that we haven't published to PyPI. You can certainly use it either by cloning the repo and running pip install -e . or install directly from github: pip install git+https://github.com/plotly/dash-alternative-viz.git#egg=dash_alternative_viz

vishaltambe70 avatar Oct 05 '21 18:10 vishaltambe70