I am trying to connect FXCM API with Python on my Mac, but I am having an issue with the Python ForexConnect wrapper version
I have to update to version 1.6.43 with:
python -m pip install forexconnect -U
However, on my Mac I cannot install the required version properly.
From what I can see on PyPI, version 1.6.43 provides a macOS wheel only for Python 3.10 on macOS 11+ ARM64, but I am using an Intel Mac. I do not see an Intel macOS wheel for this version, and I also do not see a source distribution that I could build manually. what can I do??