Ask Your Question
3

What does it mean when the Ros2 Colcon build fails and the error message shows that 'PyErr_warnformat' is not declared in the scope?

asked 2021-09-13 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-03-25 20:00:00 +0000

ladyg gravatar image

This error message suggests that there is an issue with the Python environment, and it is unable to find the library or module containing the 'PyErr_warnformat' function. It could be caused by missing dependencies, outdated versions of Python or ROS, or errors in the Python code. To fix this error, you should start by checking the dependencies and versions of Python and ROS, reinstall or update the necessary packages, and verify if the Python code is written correctly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-13 11:00:00 +0000

Seen: 22 times

Last updated: Mar 25 '22