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
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'
The text was updated successfully, but these errors were encountered:
On Mon, 13 Jul 2020, 7:17 pm Mlata Ibrahim, ***@***.***> wrote:
i installed the package carfully but i'm 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'*
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADRKCWU3XR5Q6CLIBEOFHBTR3MGAXANCNFSM4OYQBB5Q>
.
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'
The text was updated successfully, but these errors were encountered: