No module named pandas_datareader

后端 未结 12 1951
日久生厌
日久生厌 2021-02-07 06:58

I have just installed pandas_datareader using pip install pandas-datareader which ran successfully.

Now I am trying to use it for a tutorial an

12条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-07 07:37

    Go to C:\Users\[UserName]\AppData\Roaming\jupyter\kernels\python3 and open up kernel.json. Check the first argument is pointing to a Python 3 environment/the environment you installed pandas_datareader to.

提交回复
热议问题