Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pillow error (requirements.txt) #394

Open
tellts opened this issue Feb 24, 2024 · 1 comment
Open

Pillow error (requirements.txt) #394

tellts opened this issue Feb 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tellts
Copy link

tellts commented Feb 24, 2024

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 tellts added the bug Something isn't working label Feb 24, 2024
@tellts
Copy link
Author

tellts commented Feb 24, 2024

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>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant