Installed pyautogui on Python 3.14 and pyscreeze is not defined.
uv run py
Using CPython 3.14.0a6
Removed virtual environment at: .venv
Creating virtual environment at: .venv
Installed 8 packages in 12ms
Python 3.14.0a6 (main, Mar 17 2025, 21:05:14) [MSC v.1943 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyautogui
>>> pyautogui.displayMousePosition()
Press Ctrl-C to quit.
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
pyautogui.displayMousePosition()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\User\sides\chappypag\.venv\Lib\site-packages\pyautogui\__init__.py", line 1759, in displayMousePosition
pixelColor = pyscreeze.screenshot().getpixel(
^^^^^^^^^
NameError: name 'pyscreeze' is not defined
Installed pyautogui on Python 3.14 and pyscreeze is not defined.