Package: python3-jsonschema
Version: 3.2.0-3
For python3.8 and above, jsonschema should use `importlib.metadata`
from the standard library
You can see the conditional dependency listed in jsonschema's
setuptools metadata here:
https://github.com/Julian/jsonschema/blob/7a2cc2faf04a1182d3901bd907e8
ernal.exceptions import CommandError
File "/venv2/lib/python3.8/site-packages/pip/_internal/exceptions.py",
line 10, in
from pip._vendor.six import iteritems
ModuleNotFoundError: No module named 'pip._vendor.six'
```
On Tue, Apr 7, 2020 at 12:51 PM Anthony Sottile
wrote:
Package: virtualenv
Version: 20.0.16-1
Severity: normal
Tags: patch
Reproduction:
```bash
apt update && apt install -y --no-install-recommends virtualenv
virtualenv venv
venv/bin/pip install virtualenv
venv/bin/virtualenv venv2
venv2/bin/pip install astpretty
```
This was originally reported her
3 matches
Mail list logo