indygreg / indygreg/PyOxidizer
revspec 'XXX' not found; class=Reference (4); code=NotFound (-3)
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
The command pyoxidizer run fails to build and run the PyOxidizer app on MacOS.
Rust Version: 1.38.0 (Latest at the time this is posted)
error: failed to load source for a dependency on "cpython"
Caused by:
Unable to update https://github.com/indygreg/PyOxidizer.git?rev=2b8bf1c4f540f53c9632f52eb230637233c18fd1
Caused by:
revspec '2b8bf1c4f540f53c9632f52eb230637233c18fd1' not found; class=Reference (4); code=NotFound (-3)
error: cargo build failed
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the failure with pyoxidizer run on macOS and Rust 1.38.0, then inspect how the cpython dependency is fetched from the referenced PyOxidizer Git revision. Run the resulting Cargo build and PyOxidizer command again; done means the dependency resolves and the app builds and runs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100