我正在尝试使用以下命令安装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
有人能帮上忙吗?
发布于 2020-06-09 23:47:55
根据这个Youtube video,MetaTrader5目前不支持Ubuntu。它只在Windows上可用。
发布于 2020-08-26 04:55:01
我有一台mac。在它上面,我在MacOS上安装了conda。此外,我有一个运行Windows的虚拟机,我还在windows上安装了conda。我可以使用pip在虚拟机上安装MetaTrader5包,但不能在MacOS上安装。
https://stackoverflow.com/questions/60724857
复制相似问题