尝试在导轨上进行捆绑安装,但我不断收到错误消息:
安装ruby_postal(1.0.0)时发生错误,并且Bundler无法继续。
Make sure that `gem install ruby_postal -v '1.0.0' --source'https://rubygems.org/'` succeeds before bundling.
不确定为什么捆绑包安装会不断失败:(
我尝试使用以下方法在Mac OSX上安装Ruby Postal:
brew install curl autoconf automake libtool pkg-config(安装lib postal C库)
git clone https://github.com/openvenues/libpostal(安装lib Postal)
cd libpostal
./ bootstrap.sh
./ configure --datadir = [...一些具有几个GB空间的目录...]
make
sudo make install
来自本指南:https://github.com/openvenues/ruby_postal
还尝试重新启动计算机和终端(我使用ITerm2)