-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
area:coreRelating to the core Pact Python libraryRelating to the core Pact Python libraryarea:v2Relating to v2 codeRelating to v2 codedifficulty:mediumA moderate task requiring a good understanding of the codebaseA moderate task requiring a good understanding of the codebasepriority:1-criticalMust be addressed immediatelyMust be addressed immediatelytype:bugSomething isn't workingSomething isn't working
Description
When I run pip install pact-python in a virtual environment using Python 3.12, I encounter the following error:
...\pip\_vendor\packaging\version.py", line 202, in __init__
raise InvalidVersion(f"Invalid version: {version!r}")
pip._vendor.packaging.version.InvalidVersion: Invalid version: ''I've already tried creating a new virtual environment and updating pip, but the issue still persists.
dctalbot
Metadata
Metadata
Assignees
Labels
area:coreRelating to the core Pact Python libraryRelating to the core Pact Python libraryarea:v2Relating to v2 codeRelating to v2 codedifficulty:mediumA moderate task requiring a good understanding of the codebaseA moderate task requiring a good understanding of the codebasepriority:1-criticalMust be addressed immediatelyMust be addressed immediatelytype:bugSomething isn't workingSomething isn't working
Type
Projects
Status
✅ Completed