pythonpipmetatrader5

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


Solution

  • 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.