We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ros2/rosidl#779
The container will not build due to an error in empy which ros2 uses.
Either wait for a fix in ros2 or use a static version of empy in the dockerfile. Potential fix: pip install empy==3.3.4 . . .
The text was updated successfully, but these errors were encountered:
Fixed in the latest release
Sorry, something went wrong.
it seems that in empy==4.0.x still have the question, reinstall empy==3.3.4 will fix the problem
We have build a new docker image which the devcontainer now uses. It has been fixed here:
vscode_ros2_px4_workspace/px4/humble.Dockerfile
Line 17 in 4522f5e
Let me know if you run into any problems using the dev container.
kasperg3
No branches or pull requests
ros2/rosidl#779
The container will not build due to an error in empy which ros2 uses.
Either wait for a fix in ros2 or use a static version of empy in the dockerfile.
Potential fix:
pip install empy==3.3.4 . . .
The text was updated successfully, but these errors were encountered: