This repository was archived by the owner on Nov 19, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 34
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Install failure with Python 3.4 on upgrade of tox from 2.9.0 -> 2.9.1 #76
Copy link
Copy link
Closed
Description
Worked on 2.9.0, fails on 2.9.1.
Python 3.4 is the only failure of 2.7, 3.4, 3.5, 3.6 builds.
Traceback is pretty long but the final result is:
The command "pip install -U tox-travis" failed and exited with 2 during .
This is where things went wrong:
2.31s$ pip install -U tox-travis Collecting tox-travis Downloading tox_travis-0.8-py2.py3-none-any.whl Collecting tox>=2.0 (from tox-travis) Downloading tox-2.9.1-py2.py3-none-any.whl (73kB) 100% |████████████████████████████████| 81kB 3.1MB/s Collecting six (from tox>=2.0->tox-travis) Downloading six-1.11.0-py2.py3-none-any.whl Collecting virtualenv>=1.11.2; python_version != "3.2" (from tox>=2.0->tox-travis) Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB) 100% |████████████████████████████████| 1.8MB 751kB/s Collecting py>=1.4.17 (from tox>=2.0->tox-travis) Using cached py-1.4.34-py2.py3-none-any.whl Collecting pluggy<1.0,>=0.3.0 (from tox>=2.0->tox-travis) Downloading pluggy-0.5.2.tar.gz Building wheels for collected packages: pluggy Running setup.py bdist_wheel for pluggy ... done Stored in directory: /home/travis/.cache/pip/wheels/22/b2/db/618ae8dcba2994fb9ebce70ec1c1ab4923df89a77edac7e901 Successfully built pluggy Installing collected packages: six, virtualenv, py, pluggy, tox, tox-travis Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Rolling back uninstall of six Exception: Traceback (most recent call last): File "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2813, in _dep_map return self.__dep_map File "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/pkg_resources/__init__.py", line 2624, in __getattr__ raise AttributeError(attr) AttributeError: _DistInfoDistribution__dep_map Full log:
https://travis-ci.org/pydanny/cookiecutter-djangopackage/jobs/281635173
Metadata
Metadata
Assignees
Labels
No labels