-
-
Notifications
You must be signed in to change notification settings - Fork 538
Description
- Bitbucket: https://bitbucket.org/hpk42/tox/issue/226
- Originally reported by: @benzid-wael
- Originally created at: 2015-03-11T15:40:34.346
Description of problem:
When I run tox for python 3 env I got an error, below a copy of the traceback:
Environment:
- Python 3.3 & 3.4
- tox: v1.9
- pip: v6.0.8
Traceback (most recent call last):
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/packages/urllib3/connection.py", line 9, in
from http.client import HTTPConnection as _HTTPConnection, HTTPException
ImportError: No module named 'http.client'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".tox/py33/bin/pip", line 7, in
from pip import main
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/init.py", line 15, in
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/vcs/mercurial.py", line 11, in
from pip.download import path_to_url
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/download.py", line 30, in
from pip._vendor import requests, six
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/init.py", line 58, in
from . import utils
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/utils.py", line 26, in
from .compat import parse_http_list as _parse_list_header
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/compat.py", line 7, in
from .packages import chardet
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/packages/init.py", line 3, in
from . import urllib3
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/packages/urllib3/init.py", line 10, in
from .connectionpool import (
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 31, in
from .connection import (
File "/home/wael/workspace/octopus/.tox/py33/lib/python3.3/site-packages/pip/_vendor/requests/packages/urllib3/connection.py", line 11, in
from httplib import HTTPConnection as _HTTPConnection, HTTPException
ImportError: No module named 'httplib'
____________________________________________________________________ summary ____________________________________________________________________
ERROR: py33: InvocationError: /home/wael/workspace/octopus/.tox/py33/bin/pip install --pre -U --no-deps /home/wael/workspace/octopus/.tox/dist/octopus-0.0.1.zip (see /home/wael/workspace/octopus/.tox/py33/log/py33-6.log)