简体   繁体   English

Pycharm安装包错误

[英]Pycharm install package error

I'm trying to install the wxPython package using Pycharm's Project Interpreter on my mac. 我正在尝试在Mac上使用Pycharm的Project Interpreter安装wxPython软件包。 I have been able to install other packages in the past, but with this package I get an error: 过去我已经能够安装其他软件包,但是有了这个软件包,我得到一个错误:

在此处输入图片说明

Any ideas? 有任何想法吗? I've checked, and I have both read and write permissions to both the ./pip and ./pip/http directories, and pip is up to date. 我已经检查过,并且对./pip和./pip/http目录都具有读写权限,并且pip是最新的。

Try using homebrew instead. 尝试改用自制软件

Once brew is installed, just type 'brew install wxpython' in your terminal to install wxPython. 安装brew之后,只需在终端中键入“ brew install wxpython”即可安装wxPython。

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

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