Hi,
I have been trying to install the latest release of ALIGN and after creating my virtual environment and installing dependencies, I run the following command:
pip install -v .
However, when building the project the terminal returns the following error after failing to build the wheel for align:
`CMake Error at _skbuild/linux-x86_64-3.10/cmake-build/_deps/json-src/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.`
My initial thoughts were to change my version of cmake in the virtual environment but no luck in that part. Any help would be appreciated.
Hi,
I have been trying to install the latest release of ALIGN and after creating my virtual environment and installing dependencies, I run the following command:
pip install -v .However, when building the project the terminal returns the following error after failing to build the wheel for align:
`CMake Error at _skbuild/linux-x86_64-3.10/cmake-build/_deps/json-src/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument value. Or, use the ... syntax
to tell CMake that the project requires at least but has been updated
to work with policies introduced by or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.`
My initial thoughts were to change my version of cmake in the virtual environment but no luck in that part. Any help would be appreciated.