hep-gc / cloud-scheduler

Automatically boot VMs for your HTC jobs
http://cloudscheduler.org
Apache License 2.0
3 stars 0 forks source link

Problematic Dependencies in cloud_admin #472

Open berghaus opened 7 years ago

berghaus commented 7 years ago

When running cloud_admin on the CERN machine I used to get the error No module named httplib2. I've installed httplib2 and various other modules that cloud_admin asked for. Finally, I encountered this impasse:

Can we remove that dependency?

mhpx commented 7 years ago

does it requires that exact version? if not you could try doing: "pip install -force-reinstall -upgrade" and to try and get pip to install the latest versions of things instead of using the currently installed version

mhpx commented 7 years ago

The discovery module is related to googlecompute. since there seems to be some weird version requirements and we're not using gce right now one workaround would be to just comment out the googlecluster imports and since the versions of the apiclient and discovery appear to the latest ones that might be the only workaround