You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SuperTokens looks interesting, but trying to use the Python library it's incompatible with several of the libraries I'm already using.
Pip gives these errors:
#11 104.9 ERROR: Cannot install -r requirements.txt (line 14), -r requirements.txt (line 65) and asgiref==3.5.0 because these package versions have conflicting dependencies.
#11 104.9
#11 104.9 The conflict is caused by:
#11 104.9 The user requested asgiref==3.5.0
#11 104.9 django 4.0.3 depends on asgiref<4 and >=3.4.1
#11 104.9 supertokens-python 0.10.0 depends on asgiref==3.4.1
#11 104.9
I downgraded that but then ran into another issue:
#12 107.8 ERROR: Cannot install -r requirements.txt (line 64) and cryptography==36.0.2 because these package versions have conflicting dependencies.
#12 107.8
#12 107.8 The conflict is caused by:
#12 107.8 The user requested cryptography==36.0.2
#12 107.8 supertokens-python 0.10.0 depends on cryptography==35.0
At this point my conclusion was that supertokens seems to be pinned to older versions of libraries, which isn't promising for a new tool.
The text was updated successfully, but these errors were encountered:
SuperTokens looks interesting, but trying to use the Python library it's incompatible with several of the libraries I'm already using.
Pip gives these errors:
I downgraded that but then ran into another issue:
At this point my conclusion was that supertokens seems to be pinned to older versions of libraries, which isn't promising for a new tool.
The text was updated successfully, but these errors were encountered: