python-3.x 找不到满足MetaTrader5要求的版本

yzuktlbb  于 2022-12-24  发布在  Python
关注(0)|答案(5)|浏览(378)

我正在尝试使用以下命令安装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
有人能帮忙吗?

pgccezyw

pgccezyw1#

我有一台Mac电脑。我在MacOS上安装了Conda。另外,我有一台运行Windows的虚拟机,我也在Windows上安装了Conda。我可以在虚拟机上使用PIP安装MetaTrader5软件包,但不能在MacOS上安装。

az31mfrm

az31mfrm2#

根据Youtube video,MetaTrader5目前不支持Ubuntu.它只在Windows上可用.

svmlkihl

svmlkihl3#

如果您查看Pypy并查看wheel文件,您会看到所有构建版本都是针对Windows的。pip拒绝安装,因为它找不到Mac或Linux版本。
https://pypi.org/project/MetaTrader5/5.0.37/#files

liwlm1x9

liwlm1x94#

下载python版本3.10.0,然后尝试安装metatrader5。
这里的链接:https://www.python.org/downloads/release/python-3100/

hxzsmxv2

hxzsmxv25#

Metatrader 5 for Python,只能在精确版本中工作:

  • 安装以下版本之一到MT5工程。

Python Versions for Metatrader5

相关问题