You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/11/05 04:30:00 UTC

[jira] [Commented] (PROTON-2126) Appveyor: pip install --user setuptools tox: `exec code in run_globals` File "C:\Python27\Scripts\pip.exe\__main__.py", line 9, in TypeError: 'module' object is not callable Command exited with code 1

    [ https://issues.apache.org/jira/browse/PROTON-2126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967230#comment-16967230 ] 

ASF subversion and git services commented on PROTON-2126:
---------------------------------------------------------

Commit 4a69c9ce2653ece427182f83c113091924eec9a2 in qpid-proton's branch refs/heads/master from Jiří Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=4a69c9c ]

PROTON-2126: Fix Python package building on windows
- Due to a bug in the combination of CMake and MSbuild failing
  to detect cyrus-sasl on windows in the python setup.py was failing
  the windows build during 'python setup.py bdist_wheel'


> Appveyor: pip install --user setuptools tox: `exec code in run_globals` File "C:\Python27\Scripts\pip.exe\__main__.py", line 9, in <module> TypeError: 'module' object is not callable Command exited with code 1
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PROTON-2126
>                 URL: https://issues.apache.org/jira/browse/PROTON-2126
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: build
>    Affects Versions: proton-c-0.30.0
>            Reporter: Jiri Daněk
>            Priority: Major
>
> All Proton Appveyor CI builds are failing with the following error.
> {noformat}
> $ pip install --user --upgrade pip
> Collecting pip
>   Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)
> Installing collected packages: pip
> Successfully installed pip-19.3.1
> You are using pip version 18.1, however version 19.3.1 is available.
> You should consider upgrading via the 'python -m pip install --upgrade pip' command.
> pip install --user setuptools tox
> Traceback (most recent call last):
>   File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
>     "__main__", fname, loader, pkg_name)
>   File "c:\python27\lib\runpy.py", line 72, in _run_code
>     exec code in run_globals
>   File "C:\Python27\Scripts\pip.exe\__main__.py", line 9, in <module>
> TypeError: 'module' object is not callable
> Command exited with code 1
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org