indygreg / indygreg/PyOxidizer
error: unable to find PyOxidizer config file at .
Open
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
```toml
# ./pyoxidizer.toml
[application]
name = "sniff"
version = "0.3.0"
[[binaries]]
name = "sniff"
path = "sniff/cli/sniff.py"
```
```console
$ pyoxidizer build
error: unable to find PyOxidizer config file at .
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the failure with the shown pyoxidizer.toml and the `pyoxidizer build` command. Trace how the command locates its configuration file; done means this configuration is found and the build proceeds past the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100