r****n 发帖数: 309 | 1 我用的是4.0.6版本,一输入pandas,就说没有这个module,怎么办? |
E*********g 发帖数: 185 | 2 pycharm是IDE,它跟你装什么module无关
自己去下载pandas装一下,或用 pip install pandas |
r****n 发帖数: 309 | 3 谢谢!装了pandas,但是不认,是不是需要手动导入啊 ? |
l******n 发帖数: 9344 | 4 you may have two versions of python in your machine, and pandas is installed
in one and pycharm points to another.
【在 r****n 的大作中提到】 : 谢谢!装了pandas,但是不认,是不是需要手动导入啊 ?
|
r****n 发帖数: 309 | 5 Yes, you are right. But how do I change the setting in Pycharm so that it
can point to the other python?
installed
【在 l******n 的大作中提到】 : you may have two versions of python in your machine, and pandas is installed : in one and pycharm points to another.
|
m*********r 发帖数: 119 | 6 are you using mac or windows? |
E*********g 发帖数: 185 | 7 File -> settings ->Build,exe andxxx ->console ->python console ->python
interpreter
if not working, try File -> default settings
【在 r****n 的大作中提到】 : Yes, you are right. But how do I change the setting in Pycharm so that it : can point to the other python? : : installed
|
r****n 发帖数: 309 | 8 I am using mac.
【在 m*********r 的大作中提到】 : are you using mac or windows?
|
|
r****n 发帖数: 309 | 9 非常感谢!
【在 E*********g 的大作中提到】 : File -> settings ->Build,exe andxxx ->console ->python console ->python : interpreter : if not working, try File -> default settings
|
h*********d 发帖数: 109 | 10
【在 r****n 的大作中提到】 : 我用的是4.0.6版本,一输入pandas,就说没有这个module,怎么办?
|