udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.88k stars 1.5k forks source link

Unable to make connection between drive.py and simulator #96

Closed canozcivelek closed 5 years ago

canozcivelek commented 5 years ago

Hi! I'm having some trouble establishing connection between drive.py and simulator. I'm running on Windows 10 (x64). Normally, when I run the code, it should successfully connect and send throttle/steering commands so the car drives. But nothing happens. Attached are the screenshots. Can someone help me? What am I missing here? error

andrepith commented 5 years ago

I've got this problem too, i still try to find the solution

andrepith commented 5 years ago

Try downgrade your python-engineio to 2.2.0

canozcivelek commented 5 years ago

Hi, thanks for the tip. Can you tell me how to downgrade it? Thanks!

andrepith commented 5 years ago

conda install -c conda-forge python-engineio=2.2.0

v-prgmr commented 5 years ago

Downgrading works like a charm. Thank you @andrepith <3

canozcivelek commented 5 years ago

Yess it does! I can't thank you enough. Thank you!

v-prgmr commented 5 years ago

Where to change the directory for loading the new csv file?

mvirgo commented 5 years ago

@vishal-noob Can you clarify what you are looking for here?

Closing out the issue since the primary item here was solved (thanks @andrepith).

ghost commented 3 years ago

Error after installing engineio 2.2.0: AttributeError: module 'engineio' has no attribute 'WSGIApp' Searched the error, solution is to upgrade engineio to 3! Please help!