Skip to content
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

Installation error on 0.11.x #904

Open
EvanCarroll opened this issue Jul 19, 2022 · 1 comment
Open

Installation error on 0.11.x #904

EvanCarroll opened this issue Jul 19, 2022 · 1 comment

Comments

@EvanCarroll
Copy link

EvanCarroll commented Jul 19, 2022

When I run python3 ./setup.py install, I'm getting this error

error: Django 2.2.28 is installed but Django>=3.2 is required by {'django-picklefield'}

This makes sense, in __init__.py, we have

'django': 'django>=1.11,<3.0',
....
'picklefield': 'django-picklefield>=1.0.0'

So we need to be more specific what version of django-picklefield we require in 0.11.x

@evgenyfadeev
Copy link
Member

evgenyfadeev commented Jul 22, 2022

@EvanCarroll could you give it (the master branch) a shot now?
I've merged the big upgrade branch theme-cleanup - I'm already using it in production, hopefully it works for you as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants