-
Notifications
You must be signed in to change notification settings - Fork 685
Description
(py311) root@eaf3d439a4ea:*************************/timesfm# pip install timesfm==2.0.0 -i https://pypi.org/simple --no-cache-dir
ERROR: Ignored the following versions that require a different python version: 0.0.11 Requires-Python >=3.10,<3.11; 0.0.12 Requires-Python >=3.10,<3.11; 0.1.1 Requires-Python >=3.10,<3.11; 0.1.14 Requires-Python >=3.10,<3.11; 0.1.15 Requires-Python >=3.10,<3.11; 0.1.16 Requires-Python >=3.10,<3.11; 0.1.17 Requires-Python >=3.10,<3.11; 0.1.18 Requires-Python >=3.10,<3.11; 0.1.2 Requires-Python >=3.10,<3.11; 0.1.21 Requires-Python >=3.10,<3.11; 0.1.22 Requires-Python >=3.10,<3.11; 0.1.23 Requires-Python >=3.10,<3.11; 0.1.24 Requires-Python >=3.10,<3.11; 0.1.25 Requires-Python >=3.10,<3.11; 0.1.3 Requires-Python >=3.10,<3.11; 0.1.31 Requires-Python >=3.10,<3.11; 0.1.32 Requires-Python >=3.10,<3.11; 0.1.4 Requires-Python >=3.10,<3.11; 0.1.5 Requires-Python >=3.10,<3.11; 0.1.6 Requires-Python >=3.10,<3.11; 0.1.7 Requires-Python >=3.10,<3.11; 1.0.1 Requires-Python >=3.10,<3.11; 1.1.0 Requires-Python >=3.10,<3.11
ERROR: Could not find a version that satisfies the requirement timesfm==2.0.0 (from versions: 1.0.0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.3.0)
ERROR: No matching distribution found for timesfm==2.0.0
##########==============================================###########
(py310) root@eaf3d439a4ea:***********************************/timesfm# pip install -e .
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Obtaining file:///mnt/luxiangri/work/%E5%BC%80%E6%BA%90%E6%97%B6%E5%BA%8F%E5%A4%A7%E6%A8%A1%E5%9E%8B/1/timesfm
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... done
Preparing editable metadata (pyproject.toml) ... done
INFO: pip is looking at multiple versions of timesfm to determine which version is compatible with other requirements. This could take a while.
ERROR: Package 'timesfm' requires a different Python: 3.10.19 not in '>=3.11'
how to solve this problem?