Hello, I'm attempting to establish a connection to a websocket server using Designer. I'm utilizing Python's library for this purpose.
I've followed the instructions outlined in https://support.inductiveautomation.com/hc/en-us/articles/360056397252-Python-In-Ignition to install the websocket library.
However, I'm encountering an error where pip install
indicates that websockets require Python version >= 3.4. On the contrary, the documentation mentioned above states that we cannot work with Python version > 2.5.
Do you have any suggestions or solutions for this issue?