python3.6 安装PIP INSTALL RASA 报错:
Collecting SQLAlchemy<1.5.0,>=1.3.3 (from rasa)
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connec
tion broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', po
rt=443): Read timed out. (read timeout=15)",)': /simple/sqlalchemy/
Could not find a version that satisfies the requirement SQLAlchemy<1.5.0,>=1.3
.3 (from rasa) (from versions: )
No matching distribution found for SQLAlchemy<1.5.0,>=1.3.3 (from rasa)
You are using pip version 9.0.1, however version 25.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.