Skip to content
This repository has been 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

Open
lmaojs opened this issue May 10, 2016 · 1 comment
Open

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

lmaojs opened this issue May 10, 2016 · 1 comment
Assignees

Comments

@lmaojs
Copy link

lmaojs commented May 10, 2016

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>
@wgrcunha
Copy link
Contributor

I need to do more tests to work with Python3

@wgrcunha wgrcunha self-assigned this Aug 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants