You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install pyre2 with pip install pyre2 I get the following error:
Building wheels for collected packages: pyre2
Building wheel for pyre2 (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for pyre2 (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
running bdist_wheel
running build
running build_ext
error: [Errno 2] No such file or directory: 'cmake'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyre2
Failed to build pyre2
ERROR: Could not build wheels for pyre2, which is required to install pyproject.toml-based projects
I am running Ubuntu Server 22.04 with Python 3.10.4
The text was updated successfully, but these errors were encountered:
When trying to install pyre2 with
pip install pyre2
I get the following error:I am running Ubuntu Server 22.04 with Python 3.10.4
The text was updated successfully, but these errors were encountered: