You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.11/site-packages/mcap_ros1/decoder.py", line 10, in <module>
from ._vendor.genpy import dynamic # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/mcap_ros1/_vendor/genpy/__init__.py", line 34, in <module>
from . message import Message, SerializationError, DeserializationError, MessageException, struct_I
File "/usr/local/lib/python3.11/site-packages/mcap_ros1/_vendor/genpy/message.py", line 49, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
Confirm that after pip install pyyaml, the import works
Expected Behavior pyyaml should be installed with mcap-ros1-support
The text was updated successfully, but these errors were encountered:
Description
mcap-ros1-support: Missing dependency on
pyyaml
Steps To Reproduce
Raises
Confirm that after
pip install pyyaml
, the import worksExpected Behavior
pyyaml
should be installed withmcap-ros1-support
The text was updated successfully, but these errors were encountered: