79581079

Date: 2025-04-18 13:06:29
Score: 1
Natty:
Report link

In my case it was that I restarted my machine due to a software update and forgot to restart my virtual environment.

MAKE THE VENV:

From your project directory in Terminal run
"python3 -m venv venv"

START THE VENV:

"source venv/bin/activate"

VERIFY:

"(venv)" will appear to the left of your Terminal signature

INSTALL MISSING PACKAGE:

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tristan Newman