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)
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
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.