How to solve import error for pandas using iPython Notebook on Windows?

后端 未结 2 646
独厮守ぢ
独厮守ぢ 2021-01-12 22:48

I\'m trying to import pandas while using iPython. My overall purpose is to use XLwings.

I\'m on Windows 7 and have used Anaconda to install Python, pandas and all t

2条回答
  •  情深已故
    2021-01-12 23:14

    I found while installing packages (most from Christoph Gohlke), sometimes you have to use "pip install name of .whl" (in proper path to package) and initially adding a "C:/miscutilities" to Environmental Variables PATH if it wouldn't install from the Anaconda -> Lib -> site-packages. Then some other packages I used conda.

提交回复
热议问题