Unable to install Django for python 3.4. Fails on line 18 of oauth2\setup.py.
print in 3.x must have ()'s instead of just "". A fix would be print("unable to find version is %s" % (VERSIONFILE,)). I don't know if you have access to these files or not however
Unable to install Django for python 3.4. Fails on line 18 of oauth2\setup.py.
print in 3.x must have ()'s instead of just "". A fix would be print("unable to find version is %s" % (VERSIONFILE,)). I don't know if you have access to these files or not however