0

I want to install the MetaTrader5 module in PyCharm, but I don't know how. I tried using pip install MetaTrader5, but it's says

ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)
ERROR: No matching distribution found for MetaTrader5
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245

1 Answers1

1

Which SO are you using? Are you using Ubuntu? If yes, then sadly MetaTrader5 currently doesn't support Ubuntu, it is only avaliable on Windows SO.

If you're using windows, then check your python's version. It requires a python 64bit version of 3.7 or higher.

Check more detail info here

dann
  • 37
  • 8
  • I'm using Mac not windows and I don't know what you mean by SO and Ubuntu. – Sparroxx May 22 '22 at 18:49
  • Sorry, I meant OS (operative system, like windows, IOS...). Ubuntu is one of them. As far as I know, MetaTrader5 library for python is only available on Windows only, MacOS is not supported. – dann May 22 '22 at 18:59
  • Is there no way to get it on Mac? – Sparroxx May 23 '22 at 13:36
  • I believe that there is no way, as it looks like the package was developed only for windows. See this previous post for more information: https://stackoverflow.com/questions/59507776/trying-to-install-metatrader5-with-python3-on-a-mac – dann May 23 '22 at 14:41
  • What if I run windows 10 on my Mac. Would it work? – Sparroxx May 23 '22 at 22:08
  • I guess then it would work, yes – dann May 24 '22 at 14:50