1 | $ /opt/local/bin/flake8-3.4 example.py > /tmp/Macports_exception__py34-flake8 |
---|
2 | |
---|
3 | Traceback (most recent call last): |
---|
4 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 658, in _build_master |
---|
5 | ws.require(__requires__) |
---|
6 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 972, in require |
---|
7 | needed = self.resolve(parse_requirements(requirements)) |
---|
8 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 863, in resolve |
---|
9 | raise VersionConflict(dist, req).with_context(dependent_req) |
---|
10 | pkg_resources.ContextualVersionConflict: (pyflakes 1.6.0 (/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages), Requirement.parse('pyflakes<1.6.0,>=1.5.0'), {'flake8'}) |
---|
11 | |
---|
12 | During handling of the above exception, another exception occurred: |
---|
13 | |
---|
14 | Traceback (most recent call last): |
---|
15 | File "/opt/local/bin/flake8-3.4", line 6, in <module> |
---|
16 | from pkg_resources import load_entry_point |
---|
17 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3049, in <module> |
---|
18 | @_call_aside |
---|
19 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3033, in _call_aside |
---|
20 | f(*args, **kwargs) |
---|
21 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 3062, in _initialize_master_working_set |
---|
22 | working_set = WorkingSet._build_master() |
---|
23 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 660, in _build_master |
---|
24 | return cls._build_from_requirements(__requires__) |
---|
25 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 673, in _build_from_requirements |
---|
26 | dists = ws.resolve(reqs, Environment()) |
---|
27 | File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pkg_resources/__init__.py", line 858, in resolve |
---|
28 | raise DistributionNotFound(req, requirers) |
---|
29 | pkg_resources.DistributionNotFound: The 'pyflakes<1.6.0,>=1.5.0' distribution was not found and is required by flake8 |
---|