Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 824258 - dev-python/plotly-5.2.2: misses dependency on dev-python/pandas
Summary: dev-python/plotly-5.2.2: misses dependency on dev-python/pandas
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-17 20:58 UTC by Victor Mataré
Modified: 2022-06-03 06:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Mataré 2021-11-17 20:58:53 UTC
I guess dev-python/plotly should depend on dev-python/pandas:


import plotly.express
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-2-23507ce5cd2c> in <module>
----> 1 import plotly.express

/usr/lib/python3.8/site-packages/plotly/express/__init__.py in <module>
      8 pd = optional_imports.get_module("pandas")
      9 if pd is None:
---> 10     raise ImportError(
     11         """\
     12 Plotly express requires pandas to be installed."""

ImportError: Plotly express requires pandas to be installed.


Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-03 06:28:22 UTC
It's there in 5.7.0+.