Skip to content

Instantly share code, notes, and snippets.

@stefankoegl
Created October 6, 2013 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefankoegl/6858104 to your computer and use it in GitHub Desktop.
Save stefankoegl/6858104 to your computer and use it in GitHub Desktop.
django-social-auth -- Python 3
stefan@stefan-folio:~$ virtualenv -p /usr/bin/python3.3 --distribute venv
Running virtualenv with interpreter /usr/bin/python3.3
Using base prefix '/usr'
New python executable in venv/bin/python3.3
Also creating executable in venv/bin/python
Installing distribute.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done.
Installing pip................done.
stefan@stefan-folio:~$ cd venv/
stefan@stefan-folio:~/venv$ source bin/act
activate activate.csh activate.fish activate_this.py
stefan@stefan-folio:~/venv$ source bin/activate
(venv)stefan@stefan-folio:~/venv$ pip install django-social-auth
Downloading/unpacking django-social-auth
Downloading django-social-auth-0.7.28.tar.gz (83kB): 83kB downloaded
Running setup.py egg_info for package django-social-auth
Downloading/unpacking Django>=1.2.5 (from django-social-auth)
Downloading Django-1.5.4.tar.gz (8.1MB): 8.1MB downloaded
Running setup.py egg_info for package Django
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
Downloading/unpacking oauth2>=1.5.167 (from django-social-auth)
Downloading oauth2-1.5.211.tar.gz
Running setup.py egg_info for package oauth2
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/stefan/venv/build/oauth2/setup.py", line 18
print "unable to find version in %s" % (VERSIONFILE,)
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/home/stefan/venv/build/oauth2/setup.py", line 18
print "unable to find version in %s" % (VERSIONFILE,)
^
SyntaxError: invalid syntax
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/stefan/venv/build/oauth2
Storing complete log in /home/stefan/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment