找不到满足MetaTrader5要求的版本

时间:2020-03-17 14:54:47

标签: python-3.x metatrader5

我正在尝试使用命令

安装python软件包MetaTrader5
python3 -m pip install MetaTrader5

我什至尝试过

pip install MetaTrader5

但是会引发以下错误

ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)
ERROR: No matching distribution found for MetaTrader5

我正在使用 Ubuntu 16.04.6 Python 3.6.10

有人可以帮忙吗?

2 个答案:

答案 0 :(得分:1)

根据此Youtube video,MetaTrader5当前不支持Ubuntu。仅在Windows上可用。

答案 1 :(得分:0)

我有一台Mac。在它上面,我在MacOS上安装了conda。此外,我有一个运行Windows的虚拟机,并且还在Windows上安装了conda。我可以使用pip在虚拟机上安装MetaTrader5软件包,但不能在MacOS上安装