pyre2 icon indicating copy to clipboard operation
pyre2 copied to clipboard

Failed building wheel for pyre2

Open victorbosneag opened this issue 2 years ago • 1 comments

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

victorbosneag avatar Aug 05 '22 22:08 victorbosneag