1

Python 2 with Django 1.8

Python 3 with Django 2.1

I wanted to start fun with django on opensuse. The first problem what i have is server runs only on python2. I dont know what to do. Could anybody help me ?

1 Answer 1

3

The unpacking generalization syntax that allows arbitrary number of unpackings in a function call is supported only in Python 3.5+, and you're using Python 3.4.6. Please upgrade your Python.

Sign up to request clarification or add additional context in comments.

2 Comments

Alternatively, if you can't upgrade to Python 3.5+, you can use Django 1.11.x (LTS) and Django 2.0.x with Python 3.4.
thanks guys it took me a while becouse opensue 42.3 leap and needed to download 15 so... not it works :D thanks guys :)

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.