Public paste
Undefined
By: Guest | Date: Oct 25 2015 16:32 | Format: None | Expires: never | Size: 1.1 KB | Hits: 817

  1. sanotehu@sanotehu-P1801:~/src/LiSE$ python3.5 -mpip install dist/ELiDE-0.0.0-cp35-cp35m-linux_x86_64.whl
  2. ELiDE-0.0.0-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.
  3. Storing debug log for failure in /home/sanotehu/.pip/pip.log
  4. sanotehu@sanotehu-P1801:~/src/LiSE$ cat ~/.pip/pip.log
  5. ------------------------------------------------------------
  6. /usr/lib/python3/dist-packages/pip/__main__.py run on Sun Oct 25 12:32:04 2015
  7. ELiDE-0.0.0-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.
  8. Exception information:
  9. Traceback (most recent call last):
  10.   File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main
  11.     status = self.run(options, args)
  12.   File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 283, in run
  13.     InstallRequirement.from_line(name, None))
  14.   File "/usr/lib/python3/dist-packages/pip/req.py", line 168, in from_line
  15.     raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
  16. pip.exceptions.UnsupportedWheel: ELiDE-0.0.0-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.