What operating system are you seeing the problem on?
macOS
Distro/OS Version
Mac Mini (macOS Monterey, M1 Chip)
Relevant log output
Error trace when I do `pip install stackzilla`:
Building wheels for collected packages: gevent
Building wheel for gevent (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for gevent (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [433 lines of output]
......
......
.....
.....
build/temp.macosx-10.14.6-arm64-cpython-38/gevent.libuv._corecffi.c:50:14: fatal error: 'pyconfig.h' file not found
# include <pyconfig.h>
^~~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
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
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contact Details
xiangxu1105@gmail.com
What happened?
I got an install issue, it caused by one of the dependent package
gevent
My Python Env:
Version
0.1.0 (Alpha)
What operating system are you seeing the problem on?
macOS
Distro/OS Version
Relevant log output