没有名为 zipline 的模块(Python 64 位和 Windows 64 位)

No module named zipline (Python 64 bit and Windows 64 bit)

我无法通过 import zipline as zp 使用 Zipline,因为我收到以下错误

 No module named zipline

我还检查了我 windows 机器上的 python 安装,发现它是 64 位

import platform
platform.architecture()

我得到以下结果

('64bit', 'WindowsPE')

我是 运行 python 64 位 windows 64 位机器并通过 anaconda 安装了 zipline

pip install zipline 

显示安装成功。但是,我仍然遇到上述错误

不要通过 pip install zipline 安装;由于多种原因,这很可能会失败。在 PyPi 上关注 their directions 并尝试 conda install -c Quantopian zipline