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
It's there in 5.7.0+.