aws-samples / aws-samples/cookiecutter-aws-sam-rust
Command /tmp/tmpx9b4ep7i.py not available
- Dominant language
- Rust
- Stars
- 39
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
What am I doing wrong?
```$ sam init --location gh:aws-samples/cookiecutter-aws-sam-rust
You've downloaded /home/user/.cookiecutters/cookiecutter-aws-sam-rust before. Is it okay to delete and re-download it? [yes]: n
Do you want to re-use the existing version? [yes]:
project_name [My Project]: userdata-rust-api
project_slug [userdata-rust-api]:
Select architecture:
1 - x86_64
2 - arm64
Choose from 1, 2 [1]: 1
Select template:
1 - hello-world
2 - put-dynamodb
Choose from 1, 2 [1]: 2
2022-10-15 22:49:27 Command /tmp/tmpx9b4ep7i.py not available
Usage: sam [OPTIONS] COMMAND [ARGS]...
```
Try again with some different options...
```$ sam init --location gh:aws-samples/cookiecutter-aws-sam-rust
You've downloaded /home/user/.cookiecutters/cookiecutter-aws-sam-rust before. Is it okay to delete and re-download it? [yes]:
project_name [My Project]: userdata-rust-api
project_slug [userdata-rust-api]:
Select architecture:
1 - x86_64
2 - arm64
Choose from 1, 2 [1]: 1
Select template:
1 - hello-world
2 - put-dynamodb
Choose from 1, 2 [1]: 1
2022-10-15 22:52:13 Command /tmp/tmpohfvkpt_.py not available
Usage: sam [OPTIONS] COMMAND [ARGS]...
```
OS:
```
$ uname -a
Linux DESK 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
```
Contributor guide
Assessment
This issue has not been assessed yet.