Setuptools error

I am having issues proceeding in the ROS2 Basics in 5 days because of this from setuptools import find_packages, setup … Kindly let me know how to fix it because I’ve tried upgrading the setuptools and all that but the error still stays. Thanks!

Hi @yeboahcaleb70, welcome to the community!

What issues are you having? Could you send a screenshot and an error output?

Regarding that library import, sometimes the IDE marks them as a warning (yellow uderline) even though it can be found with no issues. I encourage compilation with catkin_make on your workspace root to check if this is what you are facing.

Kindly ignore the warning (it is a false positive, and we’re looking into it). It does not affect your work.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.