danini/magsac

Questions about installation

Closed this issue · 1 comments

  1. There are pre-compiled wheels for Windows and Linux for Python 3.8 - 3.11 that you can install with: "pip install magsac"
    for this install method, my python version is 3.8.15,but failed, Error reported below:
    ERROR: Could not find a version that satisfies the requirement magsac (from versions: none)
    ERROR: No matching distribution found for magsac
  2. $ git clone https://github.com/danini/magsac --recursive
    $ cd build
    $ cmake ..
    $ make
    for this install method,In the downloaded project directory, I did not find the bulid folder, so I created a new one, and I replaced the ellipsis with the project path. After cmake, a file CMakeCache.txt and a folder CMakeFiles were generated, and then I did not know what to do,I did not see the makefile file.

使用第一种方法就可以,不过安装命令是
pip install pymagsac