udacity / CarND-Behavioral-Cloning-P3

Starting files for the Udacity CarND Behavioral Cloning Project
https://www.udacity.com/drive
MIT License
438 stars 1.71k forks source link

import socketio #17

Closed kargarisaac closed 6 years ago

kargarisaac commented 7 years ago

I can not import socketio in drive.py . I installed it but it gives me "no module named socketio" error. how can I solve the problem?

vuonglequoc commented 7 years ago

@kargarisaac, you can try to install "flask-socketio" instead of "socketio"

ashaik4 commented 7 years ago

@kargarisaac one more option is to simply use the udacity term1 starter kit from here https://github.com/udacity/CarND-Term1-Starter-Kit and install the environment.yml.

mvirgo commented 6 years ago

Looks like this is solved; also, flask-socketio is part of the starter kit as mentioned by ashaik4, which is listed as a dependency for this project.