Yazen WAKED
Yazen WAKED

Reputation: 173

Unable to install MetaTrader5

I could not install MetaTrader5 by:

pip install 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

Knowing that I am on MAC laptop and I have Python 3.7.6

Thanks in advance to provide me the solution

Upvotes: 15

Views: 12996

Answers (3)

mahdi mosavi
mahdi mosavi

Reputation: 1

only python 3.8.* working or install with pip packge MetaTrader5

Upvotes: 0

Janib Soomro
Janib Soomro

Reputation: 632

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.

I'm on Ubuntu 22.04 and successfully installed MetaTrader5, here are the steps.

This seems to work, I can access MetaTrader5 repository however jupyter crashes when any ipynb file is loaded. Haven't found any solution for this problem but if you save everything in a .py file and execute it normally, it works fine.

Upvotes: 5

phd
phd

Reputation: 94706

MetaTrader5 provides a lot of binary wheels but only for w32 and w64. No Linux, no MacOS and no source code. It seems the software is Windows-only.

Their site recommends to use one of the w32/w64 emulators on MacOS.

Upvotes: 10

Related Questions