You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because no versions of flet match >0.19.0,<0.20.0
and flet (0.19.0) depends on flet-runtime (0.19.0), flet (>=0.19.0,<0.20.0) requires flet-runtime (0.19.0).
And because flet-runtime (0.19.0) depends on httpx (>=0.24.1,<0.25.0), flet (>=0.19.0,<0.20.0) requires httpx (>=0.24.1,<0.25.0).
So, because project depends on both flet (^0.19.0) and httpx (^0.25.2), version solving failed.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (pip show flet):
Name: flet
Version: 0.19.0
Summary: Flet for Python - easily build interactive multi-platform apps in Python
Home-page:
Author: Appveyor Systems Inc.
Author-email: hello@flet.dev
License: Apache-2.0
Location: C:\Users\theph\Documents\Projects\Python\AIExpert\.venv\Lib\site-packages
Requires: cookiecutter, flet-runtime, packaging, qrcode, watchdog, websocket-client, websockets
Give your requirements.txt file (don't pip freeze, instead give direct packages):
This discussion was converted from issue #2589 on October 07, 2024 08:52.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Code example to reproduce the issue:
Describe the results you received:
Because no versions of flet match >0.19.0,<0.20.0
and flet (0.19.0) depends on flet-runtime (0.19.0), flet (>=0.19.0,<0.20.0) requires flet-runtime (0.19.0).
And because flet-runtime (0.19.0) depends on httpx (>=0.24.1,<0.25.0), flet (>=0.19.0,<0.20.0) requires httpx (>=0.24.1,<0.25.0).
So, because project depends on both flet (^0.19.0) and httpx (^0.25.2), version solving failed.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Flet version (
pip show flet
):Give your
requirements.txt
file (don'tpip freeze
, instead give direct packages):Operating system: Windows
Additional environment details:
Beta Was this translation helpful? Give feedback.
All reactions