Could not find a version that satisfies the requirement MetaTrader5

Viewed 3591

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?

3 Answers

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.

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

Related