o2ac / o2ac-ur

The solution used by Team O2AC at the World Robot Summit 2020 Assembly Challenge
MIT License
104 stars 14 forks source link

Can not find Dockerfile_Parser.py , how to get or solve it? #11

Open shafiq-islam-cse opened 1 month ago

shafiq-islam-cse commented 1 month ago

Geting error when run a line on Ubuntu terminal as :

cd ~/o2ac-ur/docker/o2ac-dev/ && python3 update_dockerfile.py

Error:

from dockerfile_parse import Dockerfileparser No module found error : No module name 'dockerfile_parse'