multunus / autonomous-rc-car

Autonomous RC car using Raspberry Pi and ANN
MIT License
306 stars 102 forks source link

ImportError: No module named 'scipy' #19

Closed manivannan0212 closed 6 years ago

manivannan0212 commented 6 years ago

I am facing this issue :

Traceback (most recent call last): File "train.py", line 11, in from scipy.optimize import fmin_l_bfgs_b ImportError: No module named 'scipy'

yedhukrishnan commented 6 years ago

Did you try pip install scipy from the command line?

manivannan0212 commented 6 years ago

Thank you , this error is sorted out after installing scipy " pip install scipy "