Vipul
03/11/2022, 11:27 AMAnna Geller
03/11/2022, 11:35 AMVipul
03/11/2022, 11:40 AMAnna Geller
03/11/2022, 11:51 AMpython_requires=">=3.7",
But personally, I would try to upgrade if possible
So maybe it's just an issue with your installation. I'll try to reproduce on 3.7Vipul
03/11/2022, 12:11 PMAnna Geller
03/11/2022, 12:27 PMVipul
03/11/2022, 12:35 PMAnna Geller
03/11/2022, 1:58 PMVipul
03/11/2022, 2:05 PMKevin Kho
03/11/2022, 2:39 PMZanie
03/11/2022, 4:03 PMVipul
03/11/2022, 4:07 PMZanie
03/11/2022, 4:19 PMpip debug
?Vipul
03/11/2022, 4:23 PMZanie
03/11/2022, 4:30 PMpip index versions ray
Vipul
03/11/2022, 4:34 PMZanie
03/11/2022, 4:36 PM❯ docker run --platform linux/amd64 -t python:3.7 pip index versions ray
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
ray (1.11.0)
Available versions: 1.11.0, 1.10.0, 1.9.2, 1.9.1, 1.9.0, 1.8.0, 1.7.0, 1.6.0, 1.5.2, 1.5.1, 1.5.0, 1.4.1, 1.4.0, 1.3.0, 1.2.0, 1.1.0, 1.0.1.post1, 1.0.1, 1.0.0, 0.8.7, 0.8.6, 0.8.5, 0.8.4, 0.8.3, 0.8.2, 0.8.1, 0.8.0, 0.7.7, 0.7.6, 0.7.5, 0.7.4, 0.7.3, 0.7.2, 0.7.1, 0.7.0, 0.6.6, 0.6.5, 0.6.4, 0.6.3, 0.6.2, 0.6.1, 0.6.0
WARNING: You are using pip version 21.2.4; however, version 22.0.4 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
Vipul
03/11/2022, 4:36 PMZanie
03/11/2022, 4:36 PMpip index versions ray -v -v
— it’ll give you a lot of output. We’ll want to see if the versions are around but don’t have the requisite tags.Vipul
03/11/2022, 4:38 PMZanie
03/11/2022, 4:39 PMVipul
03/11/2022, 4:39 PMZanie
03/11/2022, 4:40 PMVipul
03/11/2022, 4:40 PMZanie
03/11/2022, 4:40 PMVipul
03/11/2022, 4:41 PMZanie
03/11/2022, 4:41 PMpip install --no-dependencies prefect
Vipul
03/11/2022, 4:42 PMZanie
03/11/2022, 4:44 PMpip install "aiofiles>=0.7.0" "aiosqlite>=0.17.0" "alembic>=1.7.5" "anyio>=3.2.1" "asgi-lifespan>=1.0" "asyncpg>=0.23" "azure-storage-blob>=12.9.0" "boto3>=1.20.0" "click>=7.1.2" "cloudpickle>=1.5" "coolname>=1.0.4" "croniter>=1.0.1" "cryptography>=36.0.1" "distributed>=2021.8.0" "docker>=4.0" "fastapi>=0.66" "fsspec>=2021.7.0" "google-cloud-storage>=2.1.0" "httpx>=0.18" "kubernetes>=17.17.0" "pendulum>=2.1.2" "pydantic>=1.8.2" "python-slugify>=5.0" "pytz>=2021.1" "pyyaml>=5.1b1" "rich>=10.0" "sqlalchemy[asyncio]>=1.4.20" "toml>=0.10.0" "typer>=0.4.0" "typing_extensions>=3.10.0.1" "uvicorn>=0.14.0"
Vipul
03/11/2022, 4:44 PMZanie
03/11/2022, 4:44 PMVipul
03/11/2022, 4:44 PMZanie
03/11/2022, 4:44 PM