-
Notifications
You must be signed in to change notification settings - Fork 269
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
Help for using GSLAM via python3 #54
Comments
朋友你好!我想请教一下您这边是如何解决解决gslam系统python安装和使用的相关问题。 @ChenHoy |
I have not found any solution. @AcresJoe1 |
It should work just use pip3 in the TopDir of GSLAM:
By the way, I only tested this in mint 18, which should be the same in Ubuntu 16.04. For more information about the bindings, please see Svar https://github.com/zdzhaoyong/Svar |
|
@zdzhaoyong thank you very much for your help ! |
Alguien ya encontro alguna solucion para poder instalarlo a traves de python? |
Hello and thank you for your work!
I want to use GSLAM via Python3 and fail to understand the install. I am able to build the project via cmake, but I cannot install via pip3.
When using pip3 install GSLAM I get the following error:
ERROR: Could not find a version that satisfies the requirement GSLAM (from versions: none)
ERROR: No matching distribution found for GSLAM
So then I tried via the provided setup.py file but I cannot find any module to import.
What am I doing wrong and why can I not install via pypy?
Thank you for any help!
The text was updated successfully, but these errors were encountered: