-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Impossible to install the latest version 0.2.1. Pip displays warning and install the previous version:
WARNING: Discarding https://files.pythonhosted.org/packages/56/14/b1054af3f5f848af63234bdcbdec64a4dcae2d57fdc45ace7c802be11cfc/robotframework-httpctrl-0.2.1.tar.gz#sha256=10c88a21647c222708b9fbb6925ca2137c1e64f6917194928d5364122df59ec0 (from https://pypi.org/simple/robotframework-httpctrl/) (requires-python:>=3.4). Requested robotframework-httpctrl from https://files.pythonhosted.org/packages/56/14/b1054af3f5f848af63234bdcbdec64a4dcae2d57fdc45ace7c802be11cfc/robotframework-httpctrl-0.2.1.tar.gz#sha256=10c88a21647c222708b9fbb6925ca2137c1e64f6917194928d5364122df59ec0 has inconsistent version: filename has '0.2.1', but metadata has 'unknown'
To Reproduce
pip3 install robotframework-httpctrl
Expected behavior
pip installs 0.2.1 version (the latest).
Screenshots
(crwproc) C:\Users>pip install robotframework-httpctrl
Collecting robotframework-httpctrl
Downloading robotframework-httpctrl-0.2.1.tar.gz (14 kB)
WARNING: Discarding https://files.pythonhosted.org/packages/56/14/b1054af3f5f848af63234bdcbdec64a4dcae2d57fdc45ace7c802be11cfc/robotframework-httpctrl-0.2.1.tar.gz#sha256=10c88a21647c222708b9fbb6925ca2137c1e64f6917194928d5364122df59ec0 (from https://pypi.org/simple/robotframework-httpctrl/) (requires-python:>=3.4). Requested robotframework-httpctrl from https://files.pythonhosted.org/packages/56/14/b1054af3f5f848af63234bdcbdec64a4dcae2d57fdc45ace7c802be11cfc/robotframework-httpctrl-0.2.1.tar.gz#sha256=10c88a21647c222708b9fbb6925ca2137c1e64f6917194928d5364122df59ec0 has inconsistent version: filename has '0.2.1', but metadata has 'unknown'
Downloading robotframework-httpctrl-0.2.0.tar.gz (14 kB)
WARNING: Discarding https://files.pythonhosted.org/packages/b2/92/0ba5b977b176b78cb11e6d5855943024abaad5247bc2c43bf6f1ac4e6397/robotframework-httpctrl-0.2.0.tar.gz#sha256=65d0ce6e4c550084085e33c1d789ae5f587d048ff62bd52a4fb5729933c24edc (from https://pypi.org/simple/robotframework-httpctrl/) (requires-python:>=3.4). Requested robotframework-httpctrl from https://files.pythonhosted.org/packages/b2/92/0ba5b977b176b78cb11e6d5855943024abaad5247bc2c43bf6f1ac4e6397/robotframework-httpctrl-0.2.0.tar.gz#sha256=65d0ce6e4c550084085e33c1d789ae5f587d048ff62bd52a4fb5729933c24edc has inconsistent version: filename has '0.2.0', but metadata has 'unknown'
Downloading robotframework-httpctrl-0.1.10.tar.gz (26 kB)
Requirement already satisfied: robotframework in c:\programs\miniconda3\envs\crwproc\lib\site-packages (from robotframework-httpctrl) (4.1.1)
Desktop (please complete the following information):
- OS: Windows 10
- Python Version: 3.9
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working