ddsp icon indicating copy to clipboard operation
ddsp copied to clipboard

AttributeError

Open cbmtrx opened this issue 2 years ago • 1 comments

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)`

cbmtrx avatar Dec 07 '22 13:12 cbmtrx