Advertisement
Guest User

numpydoc installation errors for python 3.2

a guest
Jan 9th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. $ pip install numpydoc
  2. Downloading/unpacking numpydoc
  3. Downloading numpydoc-0.4.tar.gz
  4. Running setup.py egg_info for package numpydoc
  5.  
  6. Requirement already satisfied (use --upgrade to upgrade): Sphinx>=1.0.1 in /home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages (from numpydoc)
  7. Requirement already satisfied (use --upgrade to upgrade): Pygments>=1.2 in /home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages (from Sphinx>=1.0.1->numpydoc)
  8. Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.3 in /home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages/Jinja2-2.7_devdev_20130109-py3.2.egg (from Sphinx>=1.0.1->numpydoc)
  9. Requirement already satisfied (use --upgrade to upgrade): docutils>=0.7 in /home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages (from Sphinx>=1.0.1->numpydoc)
  10. Installing collected packages: numpydoc
  11. Running setup.py install for numpydoc
  12. File "/home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages/numpydoc/docscrape.py", line 431
  13. except TypeError, e:
  14. ^
  15. SyntaxError: invalid syntax
  16.  
  17. File "/home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages/numpydoc/numpydoc.py", line 32
  18. title_re = re.compile(ur'^\s*[#*=]{4,}\n[a-z0-9 -]+\n[#*=]{4,}\s*',
  19. ^
  20. SyntaxError: invalid syntax
  21.  
  22. File "/home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages/numpydoc/phantom_import.py", line 26
  23. print "[numpydoc] Phantom importing modules from", fn, "..."
  24. ^
  25. SyntaxError: invalid syntax
  26.  
  27. File "/home/jluttine/.virtualenvs/bayespy/lib/python3.2/site-packages/numpydoc/plot_directive.py", line 294
  28. except PlotError, err:
  29. ^
  30. SyntaxError: invalid syntax
  31.  
  32.  
  33. Installing autosummary_generate script to /home/jluttine/.virtualenvs/bayespy/bin
  34. Successfully installed numpydoc
  35. Cleaning up...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement