common.py cannot import export_formats from export.py #12757
Unanswered
jacobbreen25
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to create a ros2 node for yolov5. Using yolov5.7, I have fully created the driver but in running, I get the following error:
ImportError: cannot import name 'export_formats' from 'export' (/home/jbreen/.local/lib/python3.10/site-packages/export/__init__.py)After uninstalling the export library, I got an error saying there is no library named export (I do not want to have to reinstall export so I will not put the error)
Beta Was this translation helpful? Give feedback.
All reactions