Skip to content
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

No module named '_plotly_utils' #18

Open
MlataIbrahim opened this issue Jul 13, 2020 · 1 comment
Open

No module named '_plotly_utils' #18

MlataIbrahim opened this issue Jul 13, 2020 · 1 comment

Comments

@MlataIbrahim
Copy link

MlataIbrahim commented Jul 13, 2020

i installed the package carfully but when I'm trying to import it i have this issue

ModuleNotFoundError Traceback (most recent call last)
in
1 import pandas as pd
----> 2 from pandas_ui import *
3 import numpy as np

/opt/anaconda3/lib/python3.7/site-packages/pandas_ui/init.py in
1 # Inside of init.py
----> 2 from pandas_ui.funct1 import pandas_ui, get_df, get_pivotdf, get_meltdf

/opt/anaconda3/lib/python3.7/site-packages/pandas_ui/funct1.py in
27 import numbers
28 import decimal
---> 29 import plotly.express as px
30 import plotly.graph_objects as go
31 import numpy as np

/opt/anaconda3/lib/python3.7/site-packages/plotly/init.py in
28 from future import absolute_import
29 import sys
---> 30 from _plotly_utils.importers import relative_import
31
32

ModuleNotFoundError: No module named '_plotly_utils'

@arunnbaba
Copy link
Owner

arunnbaba commented Jul 14, 2020 via email

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

No branches or pull requests

2 participants