Skip to content

add packaging to setup.py file? #4080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
michaelbabyn opened this issue Feb 24, 2023 · 3 comments · Fixed by #4113
Closed

add packaging to setup.py file? #4080

michaelbabyn opened this issue Feb 24, 2023 · 3 comments · Fixed by #4113
Labels
bug something broken

Comments

@michaelbabyn
Copy link
Contributor

After installing plotly==5.13.1, import plotly.io failed with the below error due to packaging not being installed in my python 3.6 env by default:

      import plotly.io as pio
    File "/app/.heroku/python/lib/python3.6/site-packages/plotly/__init__.py", line 35, in <module>
      from plotly import (
    File "/app/.heroku/python/lib/python3.6/site-packages/plotly/io/__init__.py", line 12, in <module>
      from ._renderers import renderers, show
    File "/app/.heroku/python/lib/python3.6/site-packages/plotly/io/_renderers.py", line 7, in <module>
      from packaging.version import Version
ModuleNotFoundError: No module named 'packaging'```
@mgorny
Copy link

mgorny commented Feb 25, 2023

I can confirm.

@nicolaskruchten
Copy link
Contributor

Ah, this is unfortunate, sorry about this, we'll fix this in the next patch in a day or two.

@mgorny
Copy link

mgorny commented Mar 17, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants