-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
Hello,
When I install pypandoc==1.7.3, I receive 1.7.2. I found that 1.7.2 in pyproject.toml here doesn't match the version in __init__.py here.
$ pip install --ignore-installed pypandoc==1.7.3
Processing ./.cache/pip/wheels/19/04/d5/5dcafed3ac847828dc2bc87e4481bfe76ef55aecac38fe4c11/pypandoc-1.7.2-py2.py3-none-any.whl
Installing collected packages: pypandoc
Successfully installed pypandoc-1.7.2
$ pip install --ignore-installed pypandoc==1.7.3
Collecting pypandoc==1.7.3
Using cached pypandoc-1.7.2-py2.py3-none-any.whl
Discarding https://files.pythonhosted.org/packages/55/f3/1b19efde4682fe5d3019d47042512d184268c66bf024aa30e563b8b2a2ab/pypandoc-1.7.3.tar.gz#sha256=4efd2fa8a37d0005dd7d044cb7f42ea9e141df03538750ec5aed17359ba44d47 (from https://pypi.org/simple/pypandoc/): Requested pypandoc==1.7.3 from file:///home/tony/.cache/pip/wheels/19/04/d5/5dcafed3ac847828dc2bc87e4481bfe76ef55aecac38fe4c11/pypandoc-1.7.2-py2.py3-none-any.whl has inconsistent version: filename has '1.7.3', but metadata has '1.7.2'
ERROR: Could not find a version that satisfies the requirement pypandoc==1.7.3 (from versions: 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.6.0, 0.7.0, 0.7.1, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 0.9.9, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.0, 1.3.0, 1.3.1, 1.3.3, 1.4, 1.5, 1.6.3, 1.6.4, 1.7.0, 1.7.1, 1.7.2, 1.7.3)
ERROR: No matching distribution found for pypandoc==1.7.3
Metadata
Metadata
Assignees
Labels
No labels