-
Notifications
You must be signed in to change notification settings - Fork 8
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 PySHOT #6
Comments
你好,我也是遇到这个问题,请问解决了吗 |
Hi, It seems flann cannot be found. It is either a problem with your system or with the instructions given that may not apply for Windows. Is flan installed on your system? If so, where are the headers located? I think I will publish a conda package on conda-forge so that Thank you for your patience. |
Hi @jjerphan, I'm also having installation problems, though different. Do you have any idea how to fix it?
System: Ubuntu, Python 3.12 (though tried with all 3.9+ also), conda environment I have all the dependencies (I'm aware of) installed. Thank you in advance! |
You need to have a C++ compiler toolchain installed. I recommend installing the ones of conda-forge with:
I am sorry, but I do not have time to make the installation of pyshot portable at the moment. 😕 |
Thanks for the quick reply @jjerphan. The problem seems to persist:
In any case, this is not urgent. I can wait for the portable installation. |
FYI, I likely won't have time to make a portable installation of it in the coming years. |
I am running into some difficulties in the installation of pyshot. I followed the steps and installed eigen3, flann and LZ4 but I get this error message when I try to run "pip install ."
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyshot
Running setup.py clean for pyshot
Failed to build pyshot
ERROR: Could not build wheels for pyshot, which is required to install pyproject.toml-based projects.
Could you assist with that.
The text was updated successfully, but these errors were encountered: