8000 Version mismatch · Issue #143 · uiri/toml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Version mismatch #143
Closed
Closed
@moloney

Description

@moloney

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0