3

I am trying to install a python package MetaTrader5 using the command

python3 -m pip install MetaTrader5

and I have even tried

pip install MetaTrader5

But it throws the following error

ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)
ERROR: No matching distribution found for MetaTrader5

I am using Ubuntu 16.04.6 Python 3.6.10

can someone help with this?

Fashil
  • 105
  • 6

2 Answers2

1

According to this Youtube video, MetaTrader5 currently doesn't support Ubuntu. It's only available on Windows.

Nicholas Smith
  • 484
  • 1
  • 12
  • 22
0

I have a mac. On it I have conda installed on MacOS. In addition I have a virtual machine running windows and I have also installed conda on Windows. I could install MetaTrader5 package using pip on the virtual machine but not on MacOS.

Ben2209
  • 895
  • 3
  • 10
  • 21