Hi,
I was about to ask for help with pip installation but I found out. I’m still writing the post because the first answer I found wasn’t working. I did not need to install pyyaml 5.4.1, but rather pyyaml 6 as mentioned here
pip install "cython<3.0.0" && pip install --no-build-isolation pyyaml==6.0
Hope this help.