My main app is running with Python3
I have a crucial package that I need to install which only support Python2...
I'm running on windows
I thought of maybe setting this package on another virtual environment in addition to a flask server to be used for communication.
Is there another way to pipe messages between apps beside a server?
Is there a better way to go for Python2, Python3 mix?