-
Notifications
You must be signed in to change notification settings - Fork 394
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
make lcm-1.4.0 has strange error #511
Comments
I'm not familiar with that error, but older releases of LCM have issues with newer versions of Python. Have you tried building with an older version of Python or a newer version of LCM? |
thank you very much for your reply. I would like to build LCM 1.4 with some older versions of Python. But do you know how to find which version of python is compatible with LCM 1.4? |
Unfortunately, I think your best bet will be trial and error. That information doesn't appear to have been documented anywhere in the 1.4 release. It does appear there was Python 3 support. Also, LCM 1.4 was released in August 2018. So at the time the newest version of Python when LCM 1.4 was released would have been Python 3.7, so that may be a good starting point. |
/home/gaoboyi/lcm/lcm-python/module.c:1:10: fatal error: Python.h: 没有那个文件或目录 |
I have the same issue.Have you solved it yet? |
Install Python Dev Package: Add Replace |
I am reproducing this repo, where lcm-1.4.0 is a dependency. https://github.com/katie-hughes/unitree_ros2
I am using Ubuntu 22.04 and Python 3.11.5
When I tried to make lcm-1.4.0, I met the following error:.
Do you have any ideas?
Thank you in advance!
The text was updated successfully, but these errors were encountered: