Can anyone help me get past these errors? I just logged into my raspberry pi with the unicorn hat on top, and ran this command:
curl httqs://get.pimoroni.com/unicornhat | bash
It had a few errors. Here’s the whole log:
Downloading/unpacking unicornhat
Getting page
Could not fetch URL HTTP Error 403: SSL is required
Will skip URL when looking for download links for unicornhat
Getting page
Could not fetch URL: HTTP Error 403: SSL is required
Will skip URL when looking for download links for unicornhat
Cannot fetch index base URL
URLs to search for versions for unicornhat:
Getting page
Could not fetch URLHTTP Error 403: SSL is required
Will skip when looking for download links for unicornhat
Could not find any downloads that satisfy the requirement unicornhat
No distributions at all found for unicornhat
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 unicornhat