Advertisement
magnusthorge

Untitled

Jul 27th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Monas-MacBook-Pro:Downloads mona$ python3 -m pip install --upgrade patsy
  2. Collecting patsy
  3. Downloading patsy-0.4.1-py2.py3-none-any.whl (233kB)
  4. 100% |████████████████████████████████| 235kB 1.3MB/s
  5. Requirement already up-to-date: six in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from patsy)
  6. Collecting numpy (from patsy)
  7. Downloading numpy-1.11.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.8MB)
  8. 100% |████████████████████████████████| 3.9MB 202kB/s
  9. Installing collected packages: numpy, patsy
  10. Found existing installation: numpy 1.11.0
  11. Uninstalling numpy-1.11.0:
  12. Successfully uninstalled numpy-1.11.0
  13. Successfully installed numpy-1.11.1 patsy-0.4.1
  14. Monas-MacBook-Pro:Downloads mona$ python3 -m pip install six
  15. Requirement already satisfied (use --upgrade to upgrade): six in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
  16. Monas-MacBook-Pro:Downloads mona$ python3 -m pip install patsy
  17. Requirement already satisfied (use --upgrade to upgrade): patsy in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages
  18. Requirement already satisfied (use --upgrade to upgrade): numpy in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from patsy)
  19. Requirement already satisfied (use --upgrade to upgrade): six in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages (from patsy)
  20. Monas-MacBook-Pro:Downloads mona$ python3 -m pip install statmodels
  21. Collecting statmodels
  22. Could not find a version that satisfies the requirement statmodels (from versions: )
  23. No matching distribution found for statmodels
  24.  
  25. Monas-MacBook-Pro:Downloads mona$ easy_install statmodels
  26. Searching for statmodels
  27. Reading https://pypi.python.org/simple/statmodels/
  28. Couldn't find index page for 'statmodels' (maybe misspelled?)
  29. Scanning index of all packages (this may take a while)
  30. Reading https://pypi.python.org/simple/
  31. No local packages or download links found for statmodels
  32. error: Could not find suitable distribution for Requirement.parse('statmodels')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement