Closed
Description
There is some sort of mismatch in your package meta data.
In a fresh virtualenv:
$ pip install toml
Collecting toml
Installing collected packages: toml
Successfully installed toml-0.9.3
$ pip freeze > req.txt
$ cat req.txt
toml==0.9.3
Now in a fresh virtualenv, try to reproduce our previous environment:
$ pip install -r req.txt
Collecting toml==0.9.3 (from -r req.txt (line 1))
Could not find a version that satisfies the requirement toml==0.9.3 (from -r req.txt (line 1)) (from versions: 0.6.0, 0.6.5, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.9.1, 0.9.2, 0.9.3.1)
No matching distribution found for toml==0.9.3 (from -r req.txt (line 1))
Metadata
Metadata
Assignees
Labels
No labels