I put my bot onto my raspberry pi 4 today, where I want it to run. Dependencies were broken so I deleted venv, created a new one and activated it and installed my dependencies again. I also cleared my pip cache beforehand. Got a version error of discord-py-interactions as version 5.9.2 doesnt exist apparently. After that I removed the version pinning for that module and redid the last steps everything again. (I got the requirements.txt by doing pip freeze on my dev machine btw)
Screenshots show the steps I took with Stacktrace, pip install log and content of my requirements.txt