JunshengFu / driving-behavioral-cloning

Built and trained a convolutional neural network for end-to-end driving in a simulator, using TensorFlow and Keras.
GNU General Public License v3.0
11 stars 8 forks source link

AttributeError: 'module' object has no attribute 'Server' #1

Open molyswu opened 7 years ago

molyswu commented 7 years ago

Hi, python drive.py

Using TensorFlow backend. Traceback (most recent call last): File "drive.py", line 17, in sio = socketio.Server() AttributeError: 'module' object has no attribute 'Server'

Tank you for your help

JunshengFu commented 6 years ago

@molyswu it seems that you don't have the correct module installed.

If you go to the link at 3. Dependencies & my environment, then you could find them. For your convenience, this is the yml file with enabled GPU version: https://github.com/udacity/CarND-Term1-Starter-Kit/blob/master/environment-gpu.yml

vikashkr117 commented 6 years ago

Couple of things which you can do