OctoPrint / OctoPrint-Growl

[Abandoned] Get Growl notifications from OctoPrint. Up for adoption, currently provided as is, no support, no maintenance.
GNU Affero General Public License v3.0
5 stars 2 forks source link

Distribution not found messages while installing #2

Closed theFreeFlow closed 9 years ago

theFreeFlow commented 10 years ago

Hi,

when following the installation instructions I got following errro (from /root/.pip/pip.log) Is it because of the python environment or do I need to start installation at a specific location? Thanks Niels

Downloading/unpacking https://github.com/OctoPrint/OctoPrint-Growl/archive/master.zip

Downloading master.zip

Downloading from URL https://github.com/OctoPrint/OctoPrint-Growl/archive/master.zip Running setup.py egg_info for package from https://github.com/OctoPrint/OctoPrint-Growl/archive/master.zip

running egg_info
creating pip-egg-info/OctoPrint_Growl.egg-info
writing requirements to pip-egg-info/OctoPrint_Growl.egg-info/requires.txt
writing pip-egg-info/OctoPrint_Growl.egg-info/PKG-INFO
writing top-level names to pip-egg-info/OctoPrint_Growl.egg-info/top_level.txt
writing dependency_links to pip-egg-info/OctoPrint_Growl.egg-info/dependency_links.txt
writing entry points to pip-egg-info/OctoPrint_Growl.egg-info/entry_points.txt
writing manifest file 'pip-egg-info/OctoPrint_Growl.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found

reading manifest file 'pip-egg-info/OctoPrint_Growl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/OctoPrint_Growl.egg-info/SOURCES.txt'

Downloading/unpacking OctoPrint>=1.2.0-dev (from OctoPrint-Growl==0.1.0)

Getting page http://pypi.python.org/simple/OctoPrint Could not fetch URL http://pypi.python.org/simple/OctoPrint: HTTP Error 404: Not Found Will skip URL http://pypi.python.org/simple/OctoPrint when looking for download links for OctoPrint>=1.2.0-dev (from OctoPrint-Growl==0.1.0) Getting page http://pypi.python.org/simple/ URLs to search for versions for OctoPrint>=1.2.0-dev (from OctoPrint-Growl==0.1.0):

No distributions at all found for OctoPrint>=1.2.0-dev (from OctoPrint-Growl==0.1.0)

Exception information: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 104, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 245, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/usr/lib/python2.7/dist-packages/pip/req.py", line 978, in prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade) File "/usr/lib/python2.7/dist-packages/pip/index.py", line 157, in find_requirement raise DistributionNotFound('No distributions at all found for %s' % req) DistributionNotFound: No distributions at all found for OctoPrint>=1.2.0-dev (from OctoPrint-Growl==0.1.0)