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
This seems to be related to the discussion on this issue
Forcing installation not to use the wheel provides a working binary:
$ pip install --no-binary :all: cmake
Collecting cmake
Using cached cmake-3.18.0.tar.gz (28 kB)
Skipping wheel build for cmake, due to binaries being disabled for it.
Installing collected packages: cmake
Running setup.py install for cmake ... done
Successfully installed cmake-3.18.0
$ which cmake
/home/ubuntu/venv-cmake/bin/cmake
$ cmake --version
cmake version 3.18.0
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Thus, I'm asking that until the build issues are resolved, they be avoided so that users get a working result
The text was updated successfully, but these errors were encountered:
OS: Ubuntu 18.04.4
Architecture: aarch64, on Amazon AWS c6 instance
The wheel for aarch64 on PyPI provides a non-functioning binary:
This seems to be related to the discussion on this issue
Forcing installation not to use the wheel provides a working binary:
Thus, I'm asking that until the build issues are resolved, they be avoided so that users get a working result
The text was updated successfully, but these errors were encountered: