-
Notifications
You must be signed in to change notification settings - Fork 46
"gem install bosh-bootstrap" hangs forever #327
Comments
After 3 hours of "gem install bundler bosh-bootstrap --no-ri --no-rdoc --verbose" this is the return: GET https://api.rubygems.org/api/v1/dependencies?gems=cdb-full Conflicting dependency chains: versus: I've tried with ruby versions 2.1.5p273 and 1.9.3, and gem vesion 2.4.3 |
same issue here |
Hmm, strange that everyone on this thread is getting this issue. v0.18.1 was released in December to loosen the fog dependency; but I see 0.17.0 and v0.18.0 being attempted. I could not reproduce when I ran:
This successfully installed v0.18.1:
Can you try forcing the install of v0.18.1?
I was using ruby 2.3.0:
|
on ruby 2.3.0 it works so we need to set the minimum requirements in the doc 👍 |
after the installation on 2.3.0 the gem rake is missing so it results in the following error
after gem install rake the issue seems to be resolved |
Ran into the same thing.
Used gem install bundler bosh-bootstrap:0.16.2 successfully. |
Yes @drnic, it worked with:
And I agree with @ramonskie, I think this should be documented. Thank you. |
I don't know whether this is a "gem" problem or some kind of gem repository problem, but the gem install always hang when trying to install bosh-bootstrap. I tried manually to install bosh-bootstrap with "gem install" and since version 0.17.0 it never finish. I tried several times and waited for hours without success.
Older versions like 0.16.1 installs successfully.
Is there anything I'm missing?
The text was updated successfully, but these errors were encountered: