当我跑的时候以下是输出 Using cached https://files.pythonhosted.org/packages/66/b1/af3142c4a85cba6da9f4ebb5ff4e21e2616309552caca5e8acefe9840622/imgaug-0.4.0-py2.py3-none-any.whl
Requirement already satisfied: Pillow in /opt/conda/envs/Python-3.6/lib/python3
我正在尝试在amazon linux ec2实例上通过pip安装autogluon。到目前为止,所有其他pip安装都可以正常工作,但是pip安装autogluon会抛出以下错误: ERROR: Failed building wheel for bottleneckERROR: Could not build wheels for ConfigSpace, bottleneck which use PEP 517 and cannot be installed directly 当试图在ec2上安装
Mac M1芯片似乎不支持pep517,因为在安装第三方库时使用了pip或brew。即使在不使用pep517的情况下使用这些方法,在本地下载库也不起作用。怎样才能避开这一切呢?wheels for numpy which use PEP 517 and cannot be installed directly
在本地安装库并尝试在没有pep517
errored out with exit status 1:
command: /usr/bin/python2 /usr/lib/python2.7/dist-packages/pip/_vendor/pep517File "/usr/lib/python2.7/dist-packages/pip/_vendor/pep517Command errored out wit