sassoftware / sassoftware/python-swat
Unable to find installation candidates for swat (1.13.3)
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 159
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I'm getting this error when installing latest release with poetry on macos:
poetry add swat
Using version ^1.13.3 for swat
Updating dependencies
Resolving dependencies... (2.7s)
Package operations: 2 installs, 0 updates, 0 removals
• Installing requests (2.31.0)
• Installing swat (1.13.3): Failed
RuntimeError
Unable to find installation candidates for swat (1.13.3)
However installing directly from the url works fine:
poetry add https://github.com/sassoftware/python-swat/releases/download/v1.13.3/python-swat-1.13.3+REST-only-osx-64.tar.gz
Updating dependencies
Resolving dependencies... (0.5s)
Package operations: 1 install, 0 updates, 0 removals
• Installing swat (1.13.3 https://github.com/sassoftware/python-swat/releases/download/v1.13.3/python-swat-1.13.3+REST-only-osx-64.tar.gz)
Writing lock file
Why is this happening?
Thank you
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with poetry add swat on macOS, then compare it with the working GitHub release URL for python-swat-1.13.3+REST-only-osx-64.tar.gz. Inspect the package and release metadata to determine why Poetry cannot find an installation candidate; done means the cause is documented and the normal installation path works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100