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

import requests fails with Anaconda #91

Closed Yaajaam closed 5 years ago

Yaajaam commented 5 years ago

The anaconda setup seems to have gone just fine. However, when I try to run the test, I ran into an issue. The bottom line is:

import requests fails with this error:

ImportError: No module named 'requests'

Any help would be appreciated. Thanks.

Regards,

Amit

Yaajaam commented 5 years ago

I fixed this issue. This is because of the bug in environment specification. package requests doesn't seem to be available for Udacity self driving car term1 environment. I installed this package specifically for that environment and now the test is passing.