My python script is using atproto and simpleobsws but they are both asking for incompatible versions of websockets..
simpleobsws 1.4.3 requires websockets>=14.0
atproto 0.0.62 requires websockets<14,>=12
I currently have websockets==14.0 installed.
How can I install and use websockets==13.1 for atproto while using the other version for simpleobsws?
All these packages will be installed in my virtual environment .venv.
websockets? What if your dependency actually needs a true singleton somewhere and will break if there are two instances of it fighting for some physical resources?venv. It may work only if you execute other script usingsubprocessin first script - but this makes problem to communicate between two scripts.