02 Haziran 2020 14:03

Muslu Y.

PyPy

ERROR: Could not build wheels for gevent which use PEP 517 and cannot

Anasayfa

PyPy

ERROR: Could not build wheels for gevent which use...

Python veya PyPy kullanırken, pip ile  gevent gibi bir paket kurarken aşağıdaki hatayı alıyorsanız, çözüm için gerekli paketleri apt ile kurmanız gerekmektedir.

 

 

ERROR: Could not build wheels for gevent which use PEP 517 and cannot be installed directly

 

 

sudo apt install -yqq gcc make python-dev python3-dev libffi-dev
  Kurulumu tekrar deniyoruz.
pip3.6 install -U gevent
    NOT: Ayrıca pip, wheel ve setuptools paketlerini güncellemekte iyi olur. 

pip3.6 install -U wheel setuptools pip
 

Makdos Bilişim Teknolojileri 2015 - 2025