ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Pillow error (requirements.txt) #394

Open tellts opened 4 months ago

tellts commented 4 months ago

Windows 10. Error in CMD (pip install -r requirements.txt).

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tkdesigner 1.0.7 requires Pillow<9.0.0,>=8.4.0, but you have pillow 10.2.0 which is incompatible.

tellts commented 4 months ago

Stable 1.0.7 ERROR `C:\GUIPy\td\td2>cd C:\GUIPy\td

C:\GUIPy\td>Scripts\activate

(td) C:\GUIPy\td>cd td2

(td) C:\GUIPy\td\td2>pip install -r requirements.txt Collecting certifi==2021.5.30 (from -r requirements.txt (line 1)) Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) ---------------------------------------- 145.5/145.5 kB 1.4 MB/s eta 0:00:00 Requirement already satisfied: chardet==4.0.0 in c:\guipy\td\lib\site-packages (from -r requirements.txt (line 2)) (4.0.0) Requirement already satisfied: idna==2.10 in c:\guipy\td\lib\site-packages (from -r requirements.txt (line 3)) (2.10) Requirement already satisfied: jinja2==3.0.1 in c:\guipy\td\lib\site-packages (from -r requirements.txt (line 4)) (3.0.1) Collecting markupsafe==2.0.1 (from -r requirements.txt (line 5)) Downloading MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl (15 kB) Collecting pillow==9.4.0 (from -r requirements.txt (line 6)) Downloading Pillow-9.4.0-cp310-cp310-win_amd64.whl.metadata (9.4 kB) Requirement already satisfied: requests==2.25.1 in c:\guipy\td\lib\site-packages (from -r requirements.txt (line 7)) (2.25.1) Collecting urllib3==1.26.6 (from -r requirements.txt (line 8)) Downloading urllib3-1.26.6-py2.py3-none-any.whl (138 kB) ---------------------------------------- 138.5/138.5 kB 2.1 MB/s eta 0:00:00 Downloading Pillow-9.4.0-cp310-cp310-win_amd64.whl (2.5 MB) ---------------------------------------- 2.5/2.5 MB 7.2 MB/s eta 0:00:00 Installing collected packages: certifi, urllib3, pillow, markupsafe Attempting uninstall: certifi Found existing installation: certifi 2024.2.2 Uninstalling certifi-2024.2.2: Successfully uninstalled certifi-2024.2.2 Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.18 Uninstalling urllib3-1.26.18: Successfully uninstalled urllib3-1.26.18 Attempting uninstall: pillow Found existing installation: Pillow 8.4.0 Uninstalling Pillow-8.4.0: Successfully uninstalled Pillow-8.4.0 Attempting uninstall: markupsafe Found existing installation: MarkupSafe 2.1.5 Uninstalling MarkupSafe-2.1.5: Successfully uninstalled MarkupSafe-2.1.5 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tkdesigner 1.0.7 requires Pillow<9.0.0,>=8.4.0, but you have pillow 9.4.0 which is incompatible. Successfully installed certifi-2021.5.30 markupsafe-2.0.1 pillow-9.4.0 urllib3-1.26.6

(td) C:\GUIPy\td\td2>`