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
Importing plotly.express when pandas is not available raises ModuleNotFoundError: No module named 'pandas', instead of the intended ImportError: Plotly express requires pandas to be installed.
This happens on from ._imshow import imshow.
Perhaps this import should be moved below the code that will output a more helpful message?
The text was updated successfully, but these errors were encountered:
Importing plotly.express when pandas is not available raises
ModuleNotFoundError: No module named 'pandas'
, instead of the intendedImportError: Plotly express requires pandas to be installed.
This happens on
from ._imshow import imshow
.Perhaps this import should be moved below the code that will output a more helpful message?
The text was updated successfully, but these errors were encountered: