Closed Jeltje closed 9 years ago
On Oct 18, I sent an email about this to all known cgcloud users. Subject line was "You may need to update CGCLOUD_PLUGINS":
After upgrading to latest master or "pip install"-ing version 1.1a1.dev137 or higher, an occurrence of the string "cgcloud.bd2k.ci" in the environment variable CGCLOUD_PLUGINS needs to be replaced with the string "cgcloud.jenkins".
The modification to cgcloud that makes this replacement necessary fixes an inconsistency that has caused—and would have continued to cause— confusion with new users of cgcloud.
Closing this for now. Please reopen if the above does not fix the problem.
Doh! That, and pip install cgcloud-jenkins --pre
fixed my problem. Thanks.
after pip installing cgcloud-core, cgcloud-toil, cgcloud-mesos and s3am (all with
--pre
because otherwise I got errors), I triedcgcloud --help
and gotHowever,
pip install cgcloud-bd2k-ci
(with and without--pre
) results inI then noticed I'd not installed toil itself, so did
pip install toil
But thencgcloud --help
pip list
So obviously
bd2k-python-lib (1.7.dev1)
is not correct. However,pip install toil --pre
results in1.9.dev1
, NOT1.10.dev4
.I guess this is really two issues: the error message isn't helpful, and the latest version of the bd2k python lib is not in pip.