Cookiecutter-django: argon2 issue

Created on 24 Apr 2017  路  10Comments  路  Source: pydanny/cookiecutter-django

data = argon2.low_level.hash_secret(
AttributeError: module 'argon2' has no attribute 'low_level'

Most helpful comment

solved installing argon2_cffi, I will close the issue, thank you

All 10 comments

@killown, please, describe the circumstances for reproducibility.

.low_level.hash_secret is new from 1.16 and I was trying with Installed /usr/lib/python3.6/site-packages/argon2-0.1.10-py3.6-linux-x86_64.egg pip install argon2 will install 1.10 as default

@killown, what exactly were the steps led to the issue: Did you create a virtualenv, or did you use Docker; are you trying to access argon2 from standalone python script, or have you initialized the project with cookiecutter-django?..

solved installing argon2_cffi, I will close the issue, thank you

@killown Should we make https://pypi.python.org/pypi/argon2_cffi a dependency then?

@pydanny, we've got one (argon2-cffi==16.3.0) in base.txt already, which is strange...

sorry, I was manually installing without base.xt

@killown, well, then, I guess, the issue can be closed, eventually. :smile:

thank you

I am getting an error while submitting the registration form:
module 'argon2' has no attribute 'low_level'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

huydbui picture huydbui  路  3Comments

yunti picture yunti  路  4Comments

webyneter picture webyneter  路  4Comments

webyneter picture webyneter  路  3Comments

webyneter picture webyneter  路  3Comments