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
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.
2 Comments
Alasdair
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.
WalecznyWIeslaw
thanks guys it took me a while becouse opensue 42.3 leap and needed to download 15 so... not it works :D thanks guys :)