简体   繁体   English

无法安装 MetaTrader5

[英]Unable to install MetaTrader5

I could not install MetaTrader5 by:我无法通过以下方式安装 MetaTrader5:

pip install MetaTrader5 pip 安装 MetaTrader5

I got the following error:我收到以下错误:

ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none) ERROR: No matching distribution found for MetaTrader5错误:找不到满足 MetaTrader5 要求的版本(来自版本:无)错误:找不到 MetaTrader5 的匹配分布

Knowing that I am on MAC laptop and I have Python 3.7.6知道我在 MAC 笔记本电脑上并且我有 Python 3.7.6

Thanks in advance to provide me the solution提前感谢为我提供解决方案

MetaTrader5 provides a lot of binary wheels but only for w32 and w64. MetaTrader5提供了很多二进制轮子,但仅适用于 w32 和 w64。 No Linux, no MacOS and no source code.没有 Linux,没有 MacOS,也没有源代码。 It seems the software is Windows-only.似乎该软件仅适用于 Windows。

Their site recommends to use one of the w32/w64 emulators on MacOS.他们的网站建议在 MacOS 上使用 w32/w64 模拟器之一。

Folks at MQT5 haven't compiled any version for Linux so far and the only method available is to Installed Python3.x for Windows inside Wine64 and then continue further pip installation accordingly.到目前为止,MQT5 的人们还没有为 Linux 编译任何版本,唯一可用的方法是在 Wine64 中为 Windows 安装 Python3.x,然后相应地继续进一步安装 Z62AD1C2A46C5298F3E2C95D3BA8。

I'm on Ubuntu 22.04 and successfully installed MetaTrader5, here are the steps.我在 Ubuntu 22.04 上并成功安装了 MetaTrader5,这里是步骤。

This seems to work, I can access MetaTrader5 repository however jupyter crashes when any ipynb file is loaded.这似乎可行,我可以访问 MetaTrader5 存储库,但是当加载任何 ipynb 文件时 jupyter 崩溃。 Haven't found any solution for this problem but if you save everything in a.py file and execute it normally, it works fine.尚未找到任何解决此问题的方法,但是如果您将所有内容保存在 a.py 文件中并正常执行,则可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM