I am using python 3.9. I tried to install a python package :
pip.exe install gdbgui==0.13.2.0
But it gives me an error
ERROR: Failed building wheel for gevent
Failed to build gevent
ERROR: Could not build wheels for gevent, which is required to install pyproject.toml-based projects
I tried to download the gevent from this link https://www.lfd.uci.edu/~gohlke/pythonlibs/#gevent
Then I run the command
pip.exe install gevent‑21.12.0‑cp39‑cp39‑win_amd64.whl
It installed successfully , but the error stills coming.
Please do you know how to resolve this issue ? This error : ERROR: Could not build wheels for gevent, which is required to install pyproject.toml-based projects
Thank you in advance.