I got error while running django with daphne

Run these three commands to be safe:

rm python3
ln -s /home/runner/$REPL_SLUG/venv/bin/python3
pip install typing-extensions==4.3.0
  1. Removes any “bad” copy of python3 (Should it exist)
  2. Makes a new symbolic link to python3
  3. Fixes typing-extensions
2 Likes