[How to Solve] Tesorflow: module ‘pandas.core.computation’ has no attribute ‘expressions’

Error Message: Tesorflow:module ‘pandas.core.computation’ has no attribute ‘expressions’

There are totally two methods to solve this error. Let’s check out them.

Method 1:

Just upgrade dask, directly under cmd, pip install –upgrade dask, (Pycharm directly enter it in the terminal), and then prompt Successfully installed after completion.

Insert picture description here

 

Method 2:

This method is a more usable and well-tested.

conda update dask

Read More:

Leave a Reply

Your email address will not be published. Required fields are marked *