-
Notifications
You must be signed in to change notification settings - Fork 17
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
Installation Errors #81
Comments
Typically I make a Python virtualenv and then do everything in that. Using Python 3.6, 3.7, 3.8, 3.9, or 3.10 should all work out of the box on Ubuntu 20.04 or 22.04. On Windows or OSX, I would expect errors because I haven't been able to get the wheels for the binary dependencies to build correctly (help wanted on that for pyflann_ibeis, pyhesaff_ibeis, and vtool_ibeis_ext). It is possible to build on these systems, but it effectively requires a developer setup where the packages are installed from source. Linux should be much easier. If you are on Linux, what errors are you getting? |
Hi, confirmed issues for Windows 10. There is an issue with building wheel for pyflann_ibeis... (derby) C:\Users\dedta>pip install ibeis × Building wheel for pyflann-ibeis (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Building wheel for pyhesaff (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Building wheel for vtool-ibeis-ext (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
I tried to pip install and I get a bunch of errors,
is there a python version, operating system, third party dependency prerequisites that you suggest before pip install?
regards,
The text was updated successfully, but these errors were encountered: