简体   繁体   中英

Python 3.4 Bioservices installation

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

BioServices depends on SOAPpy for the WSDL services. Unfortunately, it looks like SOAPpy is not available for Python 3 (see eg, What SOAP libraries exist for Python 3.x? ).

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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