Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AttributeError: type object 'pandas._libs.tslib._TSObject' has no attribute' _reduce_cython_'

I have a created a tkinter app for Convolution neural network to identify images. I am trying to compile the py file with pyinstaller but i am receiving this error:

AttributeError: type object 'pandas._libs.tslib._TSObject' has no attribute' _reduce_cython_'

i have also attached the screenshot of the error error

like image 413
James Avatar asked Jun 28 '18 08:06

James


1 Answers

Just re-start in case you are using Jupyter notebook. It worked for me. Also make sure, you are working in correct python environment.

like image 60
Rajanikant Ghate Avatar answered Sep 24 '22 18:09

Rajanikant Ghate