We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems like something broke in the last few days:
`--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 116 117 from google.colab import drive --> 118 import tensorflow as tf 119 120 #!pip install ipyfilechooser==0.6.0 &> /dev/null
16 frames /usr/local/lib/python3.8/dist-packages/pandas/_testing/init.py in 946 947 --> 948 cython_table = pd.core.common._cython_table.items() 949 950
AttributeError: partially initialized module 'pandas' has no attribute 'core' (most likely due to a circular import)`
The text was updated successfully, but these errors were encountered:
Looks like it's working today...not sure what happened there.
Sorry, something went wrong.
No branches or pull requests
Seems like something broke in the last few days:
`---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
116
117 from google.colab import drive
--> 118 import tensorflow as tf
119
120 #!pip install ipyfilechooser==0.6.0 &> /dev/null
16 frames
/usr/local/lib/python3.8/dist-packages/pandas/_testing/init.py in
946
947
--> 948 cython_table = pd.core.common._cython_table.items()
949
950
AttributeError: partially initialized module 'pandas' has no attribute 'core' (most likely due to a circular import)`
The text was updated successfully, but these errors were encountered: