-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No source distribution means the package cannot be installed #591
Comments
hmm, that isn't intentional. It looks like there are wheels however https://pypi.org/project/pact-python/#files pact_python-2.1.2-cp312-cp312-macosx_10_16_x86_64.whl (87.1 MB view hashes) pact_python-2.1.2-cp312-cp312-macosx_10_16_arm64.whl (20.3 MB view hashes) pact_python-2.1.2-cp310-cp310-macosx_10_16_x86_64.whl (60.2 MB view hashes) pact_python-2.1.2-cp310-cp310-macosx_10_16_arm64.whl (20.2 MB view hashes) not sure why they aren't being picked up cc @JP-Ellis |
the size of the arm64 osx wheels is nowhere near the size of the x86_64 wheels, which is a bit odd |
gives the following tags
you'll note there isn't a cp311-cp311-macosx_10_16_arm64 tag. big sur (macos11) was the first for arm64. so I reckon that is why it isn't being picked up |
yep can confirm that is the case. downloaded a wheel for macos arm64, renamed to macosx_11_0 and it works
|
Yeah, the 2.1.2 release revealed an unexpected behaviour resulting in the wheels becoming unnecessarily bloated, to such a bad extent that some of the releases couldn't be pushed to PyPI. The issue is fixed in #589, and I'll release 2.1.3 in the next few hours. |
A few of the `CONTRIBUTING.md` link were invalid, either due to referring to the `main` branch instead of `master`, or missing the `/blob/` segment in the path. Resolves: #591 Signed-off-by: JP-Ellis <[email protected]>
This should be fixed with the release of Can you please confirm it is working for you @samueljsb? |
Yes, v2.1.3 appears to install fine! Thank you! |
Awesome, thanks for letting us know! |
Have you read the Contributing Guidelines on issues?
Prerequisites
pact-python
.Description
As of version 2.1.2, I and my colleagues have been unable to install
pact-python
on macOS. There is no wheel for our architectures and this version no longer provides a source distribution. The removal of the source distribution is not mentioned in the changelog for this version; is it intentional?Reproducible demo
No response
Steps to reproduce
Expected behavior
The package should install without error.
Actual behavior
As above.
Your environment
macOS 14.3.1 (23D60), on an Apple M2 Pro.
`pip` debug information
Self-service
The text was updated successfully, but these errors were encountered: