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
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)
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
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)