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 "/SC2/devel/lib/object_detection/Object_Detection.py", line 15, in <module>
exec(compile(fh.read(), python_script, 'exec'), context)
File "/SC2/src/object_detection/src/Object_Detection.py", line 6, in <module>
from Logo_Detection import LogoDetection
ImportError: cannot import name 'LogoDetection' from 'Logo_Detection' (/SC2/devel/lib/object_detection/Logo_Detection.py)
I have some reading to do
http://wiki.ros.org/noetic/Migration
http://wiki.ros.org/python_2_and_3_compatible_code
http://wiki.ros.org/UsingPython3
The text was updated successfully, but these errors were encountered: