ImportError: cannot import name 'PandasError'

前端 未结 2 2091
花落未央
花落未央 2021-02-14 13:41

I am very new to Python 3x, running on a mac.

Currently using a sentdex tutorial for python with finance, tried running the following script:

import date         


        
2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-14 14:11

    The latest version of pandas_datareader (0.5.0) takes care of this import error. You can install it with pip:

    sudo pip install -U pandas_datareader
    

提交回复
热议问题