It is currently not possible to use both stream-python and stream-chat-python within the same python environment, due to pycryptodomex requires version dependency.
It would be pretty easy to relax the dependency with >= (instead of strict equal), in both projects
Problem explanation
It is currently not possible to use both
stream-python
andstream-chat-python
within the same python environment, due topycryptodomex
requires version dependency.It would be pretty easy to relax the dependency with >= (instead of strict equal), in both projects
Steps to reproduce
pip install stream-python stream-chat-python
Environment info
OSX 10.14.5 Python version: 3.7.4 Library version: 3.1.0
Error traceback (if applicable)
Code snippet that causes the problem
n/a