microsoft / AutonomousDrivingCookbook

Scenarios, tutorials and demos for Autonomous Driving
MIT License
2.3k stars 563 forks source link

no Cooking #114

Closed higho51420 closed 4 years ago

higho51420 commented 4 years ago

Your issue may already be reported! Please make sure to search all open and closed issues before starting a new one.

Please fill out the sections below so we can understand your issue better and resolve it quickly.

Problem description

(Please provide a 2-3 sentence description of your problem. Be concise to ensure this description is useful for future users who might run into the same issue.) ImportError: No module named 'Cooking'

Problem details

(Please describe your problem in as much detail as possible here. Make sure to include screenshots, code snippets, error messages, links and anything else you think will help us understand your problem better. If applicable, please also provide us a list of steps to reproduce your problem.)

Experiment/Environment details

mitchellspryn commented 4 years ago

Check your python path and make sure the cooking folder is on it.

higho51420 commented 4 years ago

@mitchellspryn thank you so much !