我正在尝试使用安装邮政包
pip install postal
Run Code Online (Sandbox Code Playgroud)
我正在按照链接https://github.com/openvenues/libpostal#installation-windows 中提到的步骤操作
我已经安装了 Visual Studio 2019 C++ Build Tools, MSYS2 并执行了步骤
git clone https://github.com/openvenues/libpostal
cd libpostal
cp -rf windows/* ./
./bootstrap.sh
./configure --datadir=[...some dir with a few GB of space...]
make -j4
make install
Run Code Online (Sandbox Code Playgroud)
我仍然无法使用安装邮政包 pip install postal
安装邮政包时获取以下日志。
(base) C:\Users\Praveen>pip install postal
Collecting postal
Using cached https://files.pythonhosted.org/packages/56/f7/69ca5d374077e23aa9a51ecd4031222ca9dfb7d19c95d7691f024e2e27ef/postal-1.1.8.tar.gz
Requirement already satisfied: six in c:\programdata\anaconda3\lib\site-packages (from postal) (1.12.0)
Building wheels for collected packages: postal
Building wheel for postal (setup.py) ... error
ERROR: Command errored out …Run Code Online (Sandbox Code Playgroud)