I am trying to install MetaTrader5 on windows using pip.
python --version
Python 3.11.0
pip --version
pip 22.3.1
pip install MetaTrader5
ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)
ERROR: No matching distribution found for MetaTrader5
I have seen similar questions here but for Mac and Linux, And I'm on windows that's why I'm confused. Usually pip install MetaTrader5 alone was all I needed to make it work.
But this time I get this error. Might it be because of the PIP or Python version?