Error installing trottersuzuki package in venv. numpy not found error even though it is there
It says numpy not installed even though it is installed. I thought may be the venv is not accessible to pip (which it should be, because numpy is installed inside the venv) and I installed it system wide using sudo apt install python3-numpy
as you can see in the very last of the following snippet.