-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3.9 integration #176
Comments
Hi @djruesch! Thanks for the issue report. I think we're going to need some more information, however. The included Docker setup already runs on Python 3.9, so I'm confident that Django Address supports Python 3.9. Just as a guess, the error you've reported looks a lot like you've attempted to initialise the |
Sounds good. I will give it a try. Thanks.
…On Fri, May 6, 2022, 19:55 Luke Hodkinson ***@***.***> wrote:
Hi @djruesch <https://github.com/djruesch>! Thanks for the issue report.
I think we're going to need some more information, however. The included
Docker setup already runs on Python 3.9, so I'm confident that Django
Address supports Python 3.9.
Just as a guess, the error you've reported looks a lot like you've
attempted to initialise the AddressField field and supplied your own
value for to, most likely as a positional argument. Please remove that
argument and see if that fixes your issue.
—
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACSGTFCJFUKTSISAOLZNT2LVIWWPRANCNFSM5VJLKH3A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
File "../.venv/lib/python3.9/site-packages/address/models.py", line 314, in init
super(AddressField, self).init(*args, **kwargs)
TypeError: init() got multiple values for argument 'to'
The text was updated successfully, but these errors were encountered: