hadabot / hadabot_main

Content used in collaboration with various Hadabot blog posts to get guide you through learning ROS2.
https://blog.hadabot.com
GNU General Public License v3.0
37 stars 19 forks source link

ImportError: No module named zipp #2

Closed droter closed 3 years ago

droter commented 3 years ago

I ran into an error when executing: docker-compose up -d

import zipp

ImportError: No module named zipp

This fixed the issue: pip install --upgrade pip; pip install zipp

Just in case someone else runs into the same issue.