我正在尝试使用以下命令安装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
有人能帮忙吗?
5条答案
按热度按时间pgccezyw1#
我有一台Mac电脑。我在MacOS上安装了Conda。另外,我有一台运行Windows的虚拟机,我也在Windows上安装了Conda。我可以在虚拟机上使用PIP安装MetaTrader5软件包,但不能在MacOS上安装。
az31mfrm2#
根据Youtube video,MetaTrader5目前不支持Ubuntu.它只在Windows上可用.
svmlkihl3#
如果您查看Pypy并查看wheel文件,您会看到所有构建版本都是针对Windows的。pip拒绝安装,因为它找不到Mac或Linux版本。
https://pypi.org/project/MetaTrader5/5.0.37/#files
liwlm1x94#
下载python版本3.10.0,然后尝试安装metatrader5。
这里的链接:https://www.python.org/downloads/release/python-3100/
hxzsmxv25#
Metatrader 5 for Python,只能在精确版本中工作:
Python Versions for Metatrader5