-
Notifications
You must be signed in to change notification settings - Fork 51
Dependencies are not installing #18
Description
I am trying to install dependencies of Porda AI. I am getting the error:
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.26.0 Requires-Python <3.13,>=3.9; 1.26.1 Requires-Python <3.13,>=3.9 ERROR: Could not find a version that satisfies the requirement pywin32==306 (from versions: none) ERROR: No matching distribution found for pywin32==306
My environment python version is 3.13.2.
I got the screenshot requirement inside the .venv of PordaAI. Where show the same Python version.
Should I downgrade the Python version for installing dependencies?
