Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

pip install fails on Python 3.4: "no module named 'WSDLTools'" #28

@lmaojs

Description

@lmaojs

pip install fails because WSDLTools can't be installed on python 3.

I've worked around this before (I think by just cloning the repo) but it's a pain.

c:\Pythonia\Scripts>pip install servicenow
Collecting servicenow
  Using cached servicenow-2.1.0.tar.gz
Collecting requests (from servicenow)
  Using cached requests-2.10.0-py2.py3-none-any.whl
Collecting redis (from servicenow)
  Using cached redis-2.10.5-py2.py3-none-any.whl
Collecting SOAPpy (from servicenow)
  Using cached SOAPpy-0.12.22.zip
Collecting wstools (from SOAPpy->servicenow)
  Using cached wstools-0.4.3.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "C:\Users\mydir\AppData\Local\Temp\pip-build-vdmadg31\wstools\setup
.py", line 19, in <module>
        from src.wstools.version import __version__
      File "C:\Users\mydir\AppData\Local\Temp\pip-build-vdmadg31\wstools\src\w
stools\__init__.py", line 6, in <module>
        import WSDLTools
    ImportError: No module named 'WSDLTools'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\pluckey\
AppData\Local\Temp\pip-build-vdmadg31\wstools
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.

c:\Pythonia\Scripts>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions