Şöyle göstereyim:
PS C:\Users\tanberk\Desktop\test> cmd
Microsoft Windows [Version 10.0.19044.2604]
(c) Microsoft Corporation. Tüm hakları saklıdır.
C:\Users\tanberk\Desktop\test>python -m venv venv
C:\Users\tanberk\Desktop\test>.\venv\Scripts\activate.bat
(venv) C:\Users\tanberk\Desktop\test>pip install python-imagesearch
Collecting python-imagesearch
Using cached python-imagesearch-1.2.2.tar.gz (4.2 kB)
Preparing metadata (setup.py) ... done
Collecting opencv-python
Using cached opencv_python-4.7.0.68-cp37-abi3-win_amd64.whl (38.2 MB)
Collecting numpy
Using cached numpy-1.24.2-cp311-cp311-win_amd64.whl (14.8 MB)
Collecting python3_xlib
Using cached python3-xlib-0.15.tar.gz (132 kB)
Preparing metadata (setup.py) ... done
Collecting pyautogui
Using cached PyAutoGUI-0.9.53.tar.gz (59 kB)
Preparing metadata (setup.py) ... done
Collecting mss
Using cached mss-7.0.1-py3-none-any.whl (76 kB)
Collecting pymsgbox
Using cached PyMsgBox-1.0.9-py3-none-any.whl
Collecting PyTweening>=1.0.1
Using cached pytweening-1.0.4.tar.gz (14 kB)
Preparing metadata (setup.py) ... done
Collecting pyscreeze>=0.1.21
Using cached PyScreeze-0.1.28-py3-none-any.whl
Collecting pygetwindow>=0.0.5
Using cached PyGetWindow-0.0.9.tar.gz (9.7 kB)
Preparing metadata (setup.py) ... done
Collecting mouseinfo
Using cached MouseInfo-0.1.3.tar.gz (10 kB)
Preparing metadata (setup.py) ... done
Collecting pyrect
Using cached PyRect-0.2.0.tar.gz (17 kB)
Preparing metadata (setup.py) ... done
Collecting pyperclip
Using cached pyperclip-1.8.2.tar.gz (20 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: PyTweening, python3_xlib, pyscreeze, pyrect, pyperclip, pymsgbox, pygetwindow, numpy, mss, mouseinfo, pyautogui, opencv-python, python-imagesearch
DEPRECATION: PyTweening is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for PyTweening ... done
DEPRECATION: python3_xlib is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for python3_xlib ... done
DEPRECATION: pyrect is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for pyrect ... done
DEPRECATION: pyperclip is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for pyperclip ... done
DEPRECATION: pygetwindow is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for pygetwindow ... done
DEPRECATION: mouseinfo is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for mouseinfo ... done
DEPRECATION: pyautogui is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for pyautogui ... done
DEPRECATION: python-imagesearch is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for python-imagesearch ... done
Successfully installed PyTweening-1.0.4 mouseinfo-0.1.3 mss-7.0.1 numpy-1.24.2 opencv-python-4.7.0.68 pyautogui-0.9.53 pygetwindow-0.0.9 pymsgbox-1.0.9 pyperclip-1.8.2 pyrect-0.2.0 pyscreeze-0.1.28 python-imagesearch-1.2.2 python3_xlib-0.15
[notice] A new release of pip available: 22.3.1 -> 23.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip
(venv) C:\Users\tanberk\Desktop\test>python
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:58:39) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import python_imagesearch
>>>