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
ImportError: cannot import name 'SigningAlgorithm' from 'itsdangerous' (/Users/algruun/environment/bitshares/trusty/venv/lib/python3.7/site-packages/itsdangerous/__init__.py)
Just wanted to use this part, but it raising this exception
The text was updated successfully, but these errors were encountered:
Algruun
added a commit
to Algruun/itsdangerous
that referenced
this issue
Nov 13, 2018
This is on purpose, see the 1.0 changelog. Import it from its full location: from itsdangerous.signer import SigningAlgorithm.
Refactor code from a single module to a package. Any object in the API docs is still importable from the top-level itsdangerous name, but other imports will need to be changed. A future release will remove many of these compatibility imports. (#107)
ImportError: cannot import name 'SigningAlgorithm' from 'itsdangerous' (/Users/algruun/environment/bitshares/trusty/venv/lib/python3.7/site-packages/itsdangerous/__init__.py)
Just wanted to use this part, but it raising this exception
The text was updated successfully, but these errors were encountered: