I'm trying to install the Stoner package viv pip
under Python v2.7.6 (default in Ubuntu 14.04). I use:
pip install --user Stoner
as I've done with countless other packages, but I get:
Downloading/unpacking Stoner
Could not find any downloads that satisfy the requirement Stoner
Cleaning up...
No distributions at all found for Stoner
Storing debug log for failure in /home/gabriel/.pip/pip.log
Here's the full pip.log file. What's going on? Why can't that package be found?