Already installed pygetwindow in venv
Requirement already satisfied: pygetwindow in d:\git\warthunder_yellow_mark_rangefinder\distance\venv\lib\site-packages (0.0.9)
Requirement already satisfied: pyrect in d:\git\warthunder_yellow_mark_rangefinder\distance\venv\lib\site-packages (from pygetwindow) (0.2.0)
But Python reported such an error
Traceback (most recent call last):
File "D:\git\WarThunder_Yellow_Mark_Rangefinder\distance\code\printResults.py", line 7, in <module>
import pygetwindow as gw
ModuleNotFoundError: No module named 'pygetwindow'
If it doesn't run in Venv, there won't be any problem
Already installed pygetwindow in venv
But Python reported such an error
If it doesn't run in Venv, there won't be any problem