Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 PyCharm 中安装 quandl。我试图通过单击“+”按钮进入项目解释器然后选择 Quandl 来做到这一点。我收到以下错误。
OSError:[Errno 13] 权限被拒绝:'/Users/raysabbineni/Library/Python/2.7'
我已经以上述方式安装了 pandas 和 sklearn,所以我不确定 quandl 的错误是什么。
import quandl
在 Python 3 或 Pycharm 中,quandl 中的“Q”不能大写。与 import tkinter 相同的情况,而不是以前的 Tkinter
尝试在终端上使用 sudo pip install (你的包) sudo pip install quandl 或 Sudo easy_install quandl