After the pip install -r requirements,txt i got the following message:
...
Collecting pytz-deprecation-shim==0.1.0.post0
Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none)
ERROR: No matching distribution found for pywin32==306
$
A different error happens with pywinpty.
Tried to run this inside a Debian bookworm environment. Not sure if a Windows host is required or i'm just too late for the versions in use here. Dropping these both modules let the install task run, but calling streamlit run $(pwd)/src/home.py has more errors to show up.
Might be Windows only?
Any hints how to proceed?
After the
pip install -r requirements,txti got the following message:...
Collecting pytz-deprecation-shim==0.1.0.post0
Using cached pytz_deprecation_shim-0.1.0.post0-py2.py3-none-any.whl (15 kB)
ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none)
ERROR: No matching distribution found for pywin32==306
$
A different error happens with pywinpty.
Tried to run this inside a Debian bookworm environment. Not sure if a Windows host is required or i'm just too late for the versions in use here. Dropping these both modules let the install task run, but calling
streamlit run $(pwd)/src/home.pyhas more errors to show up.Might be Windows only?
Any hints how to proceed?