Good morning, despite i’ve already tried some of the workarounds that I found on stackoverflow, I’m still not able to install TA-Lib in my conda enviroment. It seems a most recent python version is required notwithstanding my python version is already the most updated one. PLease see below.
(base) C:Userssalva>conda activate UUSeRR
(UUSeRR) C:Userssalva>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.0a0 , which can be installed;
├─ ta-lib [0.4.18|0.4.19] would require
│ └─ python >=3.7,<3.8.0a0 , which can be installed;
├─ ta-lib [0.4.18|0.4.19] would require
│ └─ python >=3.8,<3.9.0a0 , which can be installed;
├─ ta-lib 0.4.19 would require
│ └─ python >=3.10,<3.11.0a0 , which can be installed;
└─ ta-lib 0.4.19 would require
└─ python >=3.9,<3.10.0a0 , which can be installed.
(UUSeRR) C:Userssalva>python --version
Python 3.11.9
(UUSeRR) C:Userssalva>