Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1.  
  2. >>> import pip
  3. >>> print(pip.pep425tags.get_supported())
  4. [('cp27', 'cp27mu', 'linux_armv7l'), ('cp27', 'none', 'linux_armv7l'), ('py2', 'none', 'linux_armv7l'), ('cp27', 'none', 'any'), ('cp2', 'none', 'any'), ('py27', 'none', 'any'), ('py2', 'none', 'any'), ('py26', 'none', 'any'), ('py25', 'none', 'any'), ('py24', 'none', 'any'), ('py23', 'none', 'any'), ('py22', 'none', 'any'), ('py21', 'none', 'any'), ('py20', 'none', 'any')]
  5. >>>
  6. KeyboardInterrupt
  7. >>>
  8. pi@raspberrypi:~/Pictures $ sudo pip install scipy-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl
  9. scipy-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl is not a supported wheel on this platform.
  10. pi@raspberrypi:~/Pictures $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement