Skip to content
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

Rosidl empy 4.0 is incompatible #3

Closed
kasperg3 opened this issue Jan 19, 2024 · 3 comments
Closed

Rosidl empy 4.0 is incompatible #3

kasperg3 opened this issue Jan 19, 2024 · 3 comments
Assignees

Comments

@kasperg3
Copy link
Collaborator

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 . . .

@kasperg3 kasperg3 self-assigned this Jan 31, 2024
@kasperg3
Copy link
Collaborator Author

Fixed in the latest release

@UltraHertzz
Copy link

it seems that in empy==4.0.x still have the question, reinstall empy==3.3.4 will fix the problem

@kasperg3
Copy link
Collaborator Author

We have build a new docker image which the devcontainer now uses. It has been fixed here:

RUN pip3 install -U empy==3.3.4 pyros-genmsg setuptools

Let me know if you run into any problems using the dev container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants