# anaconda 安装talib库 **Published by:** [KeepLearning](https://paragraph.com/@keeplearning-2/) **Published on:** 2022-12-08 **URL:** https://paragraph.com/@keeplearning-2/anaconda-talib ## Content 20221208 不知道为什么,直接conda install talib都是失败。网上找了以下方法,安装成功 打开anaconda prompt conda info --env 查看有哪几个环境。 conda active py39 激活需要安装talib库的环境 cd D:\talib 把目录切换到下载的talib文件夹 pip install TA_Lib-0.4.24-cp39-cp39-win_amd64.whl 安装talib whl文件下载:搜索talib,选择适配python版本的whl文件 https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib talib提供各种量化指标,比如EMA等 ## Publication Information - [KeepLearning](https://paragraph.com/@keeplearning-2/): Publication homepage - [All Posts](https://paragraph.com/@keeplearning-2/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@keeplearning-2): Subscribe to updates