You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the behaviour you see is due to something along these lines:
The dash* packages (and the future package) do not have wheels on PyPI (future is actually the most downloaded package on PyPI that does not have wheels, according to https://pythonwheels.com/).
When pip discovers this, it tries to build wheels locally.
Since the package wheel used for building wheels is not installed, it falls back to install directly from the source tarball on PyPI.
I.e. I think you should have a workable Dash installation at the end, despite the long list of errors? If you want to remove the errors during installation (in order to reduce the noise) you can as a work around try pip install wheel before you install Dash.
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
A clear and concise description of what the bug is.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots or screen recording to help explain your problem.
The text was updated successfully, but these errors were encountered: