我在 Ubuntu 18.04 中使用和 PyCharm。我也在使用 Python 3.7 和 pip 20.0.2。到目前为止,我还无法在我在 PyCharm 中创建的虚拟环境中安装 PycURL。
我试过了:
https://zoomadmin.com/HowToInstall/UbuntuPackage/python-pycurl
https://stackoverflow.com/questions/37669428/error-in-installation-pycurl-7-19-0/
easy_install pycurl
我得到了这些错误:
ERROR: Command errored out with exit status 1
ERROR: Failed building wheel for pycurl
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
请告诉我在 PyCharm 的虚拟环境中安装 PycURL 的步骤。