-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fail to install rosidl
due to python version incompatible
#113
Comments
What probably happened is that the package was built with Python 3.8, and never built again after the Python 3.9 migration. You may try to create a fresh environment specifying during the environment creation that you want |
I see. Thank you very much for your prompt response. I've successfully installed the package using Python 3.8, but it appears that rviz isn't functioning properly. In addition, would you mind providing more details about the challenge mentioned in issue#124? Does this imply that we can't install the package even if we opt to build it from the source in |
I think if you build it from source in humble everything works fine. The RoboStack/ros-humble#124 tracks an attempt of fixing the CI for building again all packages in |
Got it. Thank you for the information! |
Environment Details:
Issue Description:
I am currently trying to install
ros-galactic-rmw-cyclonedds-cpp
andros-galactic-rosidl-generator-dds-idl
into my ROS2 environment. However, I encounter an error indicating an incompatibility with my Python version.The relevant installation command:
This results in the following error:
From the documentation, it is mentioned that
rosidl
is supported on Linux64. I am unsure why I am encountering the issue. Has anyone else faced a similar problem or might know the solution? Any assistance offered will be greatly appreciated.The text was updated successfully, but these errors were encountered: