VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
458 stars 216 forks source link

Installation error #1473

Closed srisankethu closed 7 years ago

srisankethu commented 7 years ago

Tried installing volttron following the instructions given here but facing an error. I am using Ubuntu 17.04 OS. The error seems to related to proxy. I have set up env variables http_proxy, https_proxy. But still facing the same error. Can someone please help me out?

kmonson commented 7 years ago

Are you seeing an error message?

srisankethu commented 7 years ago

On running python2.7 bootstrap.py --force -> https://pastebin.com/hBhk6YHS

craig8 commented 7 years ago

Thanks for the pastebin. That will really help. In addition, I am having one of our students build us a vm using ubuntu 17.04 just like what you are using and we will hopefully see the same issue and then can take corrective action.

I believe since you have already got an env directory you can activate the environment and then run the python bootstrap.py. This will upgrade the volttron instance without removing the python environment.

Also there is an answered SO question that seems relevant. https://stackoverflow.com/questions/38794015/pythons-requests-missing-dependencies-for-socks-support-when-using-socks5-fro

You might try that as well.

srisankethu commented 7 years ago

Thank you @craig8 :+1: export all_proxy="https://<proxy>:<port>/" worked

craig8 commented 7 years ago

Awesome....glad that worked for you.