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

It seems Python 3.5 is no longer supported for Django master branch #700

Open
wiliamsouza opened this issue Apr 10, 2019 · 1 comment
Open

Comments

@wiliamsouza
Copy link
Member

==========================                                                                                                                                                                                       
Unsupported Python version                                                                                                                                                                                       
==========================                                                                                                                                                                                       
                                                                                                                                                                                                                 
This version of Django requires Python 3.6, but you're trying to                                                                                                                                                 
install it on Python 3.5.                                                                                                                                                                                        
                                                                                                                                                                                                                 
This may be because you are using a version of pip that doesn't                                                                                                                                                  
understand the python_requires classifier. Make sure you                                                                                                                                                         
have pip >= 9.0 and setuptools >= 24.2, then try again:                                                                                                                                                         
                                                                                                                                                                                                                 
    $ python -m pip install --upgrade pip setuptools                                                                                                                                                            
    $ python -m pip install django                                                                                                                                                                               
                                                                                                                                                                                                                 
This will install the latest version of Django which works on your                                                                                                                                               
version of Python. If you can't upgrade your pip (or Python), request                                                                                                                                            
an older version of Django:                                                                                                                                                                                      
                                                                                                                                                                                                                 
    $ python -m pip install "django<2"          
@auvipy
Copy link
Contributor

auvipy commented Apr 10, 2019

that's for django 3.0, we should use allow_failure for django master.

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