AWS EB PyYAML fix
Recent update of my system completely borked EB CLI on my machine.
I tried installing it with pip install awsebcli --upgrade --user
and it failed.
The error was the following.
Collecting PyYAML<6.1,>=5.3.1 (from awsebcli)
Using cached PyYAML-5.4.1.tar.gz (175 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [68 lines of output]
To fix this issue with PyYAML you must install PyYAML separately.
Do the following and try installing eb
again after.
echo 'Cython < 3.0' > /tmp/constraint.txt
PIP_CONSTRAINT=/tmp/constraint.txt pip install 'PyYAML==5.4.1'
Other notes
- Extract lines from a file with sed
- Use option key as meta in Alacritty under macOS
- plan9 Drawing Pixels in Plan9
- Download list of YouTube files
- Fix screen tearing on Debian 12 Xorg and i3
- 60's IBM Computers Commercial
- plan9 My brand new Plan9/9front desktop
- Cronjobs on Github with Github Actions
- c Sending signals to C programs
- Previews how man page written in Troff will look like
- Edsger W. Dijkstra Manuscripts ebook
- c Write and read structs to/from files in C
- Sane defaults for tmux with more visible statusbar
- Using ffmpeg to combine videos side by side
- Uninstall Ollama from a Linux box