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.