Установка TA-lib конфликтует с CondaPython

Программы на Python
Anonymous
Установка TA-lib конфликтует с Conda

Сообщение Anonymous »

Несмотря на то, что я уже попробовал некоторые обходные пути, которые нашел в Stack Overflow, я все еще не могу установить TA-Lib в своей среде conda. Похоже, что требуется более свежая версия Python, несмотря на то, что моя версия Python уже самая последняя. См. ниже.
(base) C:\Users\salva>conda activate UUSeRR

(UUSeRR) C:\Users\salva>mamba install TA-lib

Looking for: ['ta-lib']

conda-forge/win-64 Using cache
conda-forge/noarch Using cache
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
warning libmamba Could not parse mod/etag header
pkgs/main/win-64 No change
pkgs/main/noarch No change
pkgs/r/win-64 No change
pkgs/r/noarch No change
pkgs/msys2/win-64 No change
pkgs/msys2/noarch No change

Pinned packages:
- python 3.11.*

warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY
warning libmamba Problem type not implemented SOLVER_RULE_STRICT_REPO_PRIORITY

warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
Could not solve for environment specs
The following packages are incompatible
└─ ta-lib is installable with the potential options
├─ ta-lib [0.4.18|0.4.19] would require
│ └─ python >=3.6,=3.7,=3.8,=3.10,=3.9,python --version
Python 3.11.9

(UUSeRR) C:\Users\salva>


Подробнее здесь: https://stackoverflow.com/questions/785 ... with-conda

Вернуться в «Python»