How to pip install on m1 Mac ?

 

I have tried `pip isnstall MetaTrader5` on m1 mac, but it isn't work.

Commands and Console log:

```

python --version

>> Python 3.8.16

pip --version

>> pip 23.0.1 from /Users/hogehoge/.pyenv/versions/3.8.16/lib/python3.8/site-packages/pip (python 3.8)

pip install MetaTrader5

>> ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)

>> ERROR: No matching distribution found for MetaTrader5

```


OS:Apple OS Ventura 13.2.1 M1


Thank you.

 
Sevia Latin:

I have tried `pip isnstall MetaTrader5` on m1 mac, but it isn't work.

Commands and Console log:

```

python --version

>> Python 3.8.16

pip --version

>> pip 23.0.1 from /Users/hogehoge/.pyenv/versions/3.8.16/lib/python3.8/site-packages/pip (python 3.8)

pip install MetaTrader5

>> ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)

>> ERROR: No matching distribution found for MetaTrader5

```


OS:Apple OS Ventura 13.2.1 M1


Thank you.

You're not doing anything wrong, the MetaTrader5 Python package is only available for Windows, so pip can't find a compatible version for macOS (especially on M1/ARM).

If you want to use it, you’ll need to run MT5 + Python on a Windows environment (Parallels or VPS). On macOS, it unfortunately won’t install. (correct me if im wrong)