intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
16 stars 3 forks source link

AttributeError in pandas when runing autots in juypter notebook with python 3.7 #850

Open shane-huang opened 4 years ago

shane-huang commented 4 years ago

Below errors might be happen when runing AutoTSTrainer.fit in notebooks.

AttributeError: type object 'pandas._libs.tslibs.conversion._TSObject' has no attribute '__reduce_cython__'
AttributeError: type object 'Callable' has no attribute '_abc_registry'
shane-huang commented 4 years ago

Downgrade python to 3.6.10 will solve the problem.

shane-huang commented 4 years ago

Maybe add a note to README, and add some tests for notebooks.