简体   繁体   English

Python 3.4 生物服务安装

[英]Python 3.4 Bioservices installation

I'm trying to install the bioservices : 1.2.5 on my Windows 7 with Python 3.4 installed.我正在尝试在安装了 Python 3.4 的 Windows 7 上安装bioservices : 1.2.5 The path has the scripts included but I still continue to have the syntax error when trying to use 'pip install'.该路径包含脚本,但在尝试使用“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运行pip install bioservices ,在Windows powershell出现此错误

Command python setup.py egg_info failed with error code 1 in C:\\User\\Raquel\\AppData\\Local\\Temp\\pip_build_Raquel\\SOAPpy命令 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将失败的调试日志存储在C:\\User\\Raquel\\pip\\pip.log

BioServices depends on SOAPpy for the WSDL services. BioServices 依赖于 WSDL 服务的 SOAPpy。 Unfortunately, it looks like SOAPpy is not available for Python 3 (see eg, What SOAP libraries exist for Python 3.x? ).不幸的是,SOAPpy 似乎不适用于 Python 3(参见例如Python 3.x 存在哪些 SOAP 库? )。

This may be the reason why the installation fails with这可能是安装失败的原因

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM