-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
0.1.0 version is ignored:
└─$ pip install httpmorph
ERROR: Ignored the following yanked versions: 0.1.0
ERROR: Could not find a version that satisfies the requirement httpmorph (from versions: 0.1.0a1)
[notice] A new release of pip is available: 24.3.1 -> 25.2
[notice] To update, run: pip install --upgrade pip
ERROR: No matching distribution found for httpmorph
Had to adjust to alpha1:
└─$ pip install httpmorph==0.1.0.a1 1 ⨯
Collecting httpmorph==0.1.0.a1
Downloading httpmorph-0.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.8 kB)
Collecting python-dotenv>=1.0.1 (from httpmorph==0.1.0.a1)
Downloading python_dotenv-1.1.1-py3-none-any.whl.metadata (24 kB)
Downloading httpmorph-0.1.0a1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.7/20.7 MB 12.5 MB/s 0:00:01
Downloading python_dotenv-1.1.1-py3-none-any.whl (20 kB)
Installing collected packages: python-dotenv, httpmorph
Successfully installed httpmorph-0.1.0a1 python-dotenv-1.1.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers