0

I'm trying to install the bioservices : 1.2.5 on my Windows 7 with Python 3.4 installed. The path has the scripts included but I still continue to have the syntax error when trying to use 'pip install'.

I tried to install 'bioservices' using:

sudo pip install bioservices
sudo easy_install bioservices
pip install bioservices

Till now nothing worked.

Edit:* Now gives me another error:

After running pip install bioservices, on Windows powershell this error appears

Command python setup.py egg_info failed with error code 1 in C:\User\Raquel\AppData\Local\Temp\pip_build_Raquel\SOAPpy

Storing debug log for failure in C:\User\Raquel\pip\pip.log

4

1 回答 1

0

BioServices 的 WSDL 服务依赖于 SOAPpy。不幸的是,SOAPpy 似乎不适用于 Python 3(参见例如, Python 3.x 存在哪些 SOAP 库?)。

这可能是安装失败的原因

Command python setup.py egg_info failed with error code 1 in C:\User\Raquel\AppData\Loca\Temp\pip_build_Raquel\SOAPpy
于 2014-05-30T12:01:40.310 回答