superscott

Results 6 comments of superscott

+1 installing [all the apt packages in the build.sh script](https://github.com/factor/factor/blob/master/build.sh#L732-L735) helped me as well.

+1 for running into this and not realizing docker was not running (and then feeling dumb when i found this issue). `DockerException: Error while fetching server API version` ``` docker...

@rusikf - I'll try it again with that version of Ruby

I get the same behavior using ruby 2.1.5 ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0] ``` [2] pry(main)> response = HTTParty.get('https://localhost:3780', verify: false) Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port...

Ran into this as well, and it was sorta documented on the main repo, but you'll have to install a version of docker-py less than 3.0.0 `sudo pip install docker==2.7.0`...

> > > ### Fixed 🎉 > > > Run the following to install Ruby 3.0.7 on macOS Sequoia 15.0.1 using RVM: > > > curl -sSL https://github.com/ruby/ruby/commit/1dfe75b0beb7171b8154ff0856d5149be0207724.patch -o ruby-307-fix.patch...