Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed building wheel for pyre2 #35

Open
victorbosneag opened this issue Aug 5, 2022 · 1 comment
Open

Failed building wheel for pyre2 #35

victorbosneag opened this issue Aug 5, 2022 · 1 comment

Comments

@victorbosneag
Copy link

victorbosneag commented Aug 5, 2022

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

@andreasvc
Copy link
Owner

Try installing cmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants