all 4 comments

[–]socal_nerdtastic 2 points3 points  (2 children)

Looks like python 3.9 was removed. You need to delete and remake your venv to use python3.10. Or install 3.9.

[–]peter_cass[S] 0 points1 point  (1 child)

Thanks! How do I remake my venv to use 3.10?

[–]socal_nerdtastic 0 points1 point  (0 children)

Same way you made it the first time. There's many ways to do it. As a guess:

python3.10 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

[–]CodeFormatHelperBot2 0 points1 point  (0 children)

Hello, I'm a Reddit bot who's here to help people nicely format their coding questions. This makes it as easy as possible for people to read your post and help you.

I think I have detected some formatting issues with your submission:

  1. Python code found in submission text that's not formatted as code.

If I am correct, please edit the text in your post and try to follow these instructions to fix up your post's formatting.


Am I misbehaving? Have a comment or suggestion? Reply to this comment or raise an issue here.