-
Notifications
You must be signed in to change notification settings - Fork 768
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
Problem with python wrapper build #1081
Comments
I think we should change the README to advise people to NOT use @fatrybl I suggest you to install the python toolbox with:
As for the error you are seeing, please report back your current operating system and GCC version. |
I love python-install ! What's wrong with it? |
I think the issue - which we should document properly - is that users that don't have install privileges in their regular python build should build gtsam withn a virtualenv or conda environment. |
On Mac, for instance, system python is still 2.7. I also think no one should install in /usr/local |
@ProfFan thank you for a decision. I used pip install --user ./python and python wrapper has been successfully installed to /home/mark/.local/lib/Python3.8/site-packages/ . My GCC is 9.3.0, Linux Mint 20.3 Cinnamon, kernel 5.4.0-97-generic. |
If you're getting a PythonConfig.cmake error, that means you most likely don't have the dev files for your interpreter installed. For a vanilla Ubuntu system, that would be |
Hello everyone,
i faced a problem with building GTSAM with python wrapper/
What i do:
and get this:
and give me this:
Im not professional in CMAKE and all the stuff like this, but maybe anyone has an idea what going wrong ?
Additionally, my python does not see gtsam. I cant import it.
I have Linux Mint 20 and Python 3.8.10 installed by default
The text was updated successfully, but these errors were encountered: