简体   繁体   English

Python错误(导入模块)

[英]Python Error (Importing Module)

I have installed cufflinks using 我已经使用安装了cufflinks

pip install however 

when I try to import it is says 当我尝试导入时说

No module named 'cufflinks' 

What can I do? 我能做什么?

PS python 3.6 PS python 3.6

At first you should use pip3 install for python 3.6. 首先,您应该为python 3.6使用pip3 install。 Than check if module cufflinks is added to your sys.path. 比检查是否将模块袖扣添加到您的sys.path中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM