Kivy Garden requests.exceptions.ConnectionError

11 views
Skip to first unread message

Oliver Reischl

unread,
Jul 4, 2018, 11:24:54 AM7/4/18
to Kivy users support
Hi

I'm trying to install the particle system lib via the kivy garden, but i'm getting a connection error:

 Traceback (most recent call last):
   File "C:\Python27\Scripts\garden", line 223, in <module>
     GardenTool().main(sys.argv[1:])
   File "C:\Python27\Scripts\garden", line 84, in main
     options.func()
   File "C:\Python27\Scripts\garden", line 140, in cmd_install
     fd = self.download(src_package)
   File "C:\Python27\Scripts\garden", line 192, in download
     r = requests.get(url)#, prefetch=False)
   File "C:\Python27\lib\site-packages\requests\api.py", line 71, in get
     return request('get', url, params=params, **kwargs)
   File "C:\Python27\lib\site-packages\requests\api.py", line 57, in request
     return session.request(method=method, url=url, **kwargs)
   File "C:\Python27\lib\site-packages\requests\sessions.py", line 475, in request
     resp = self.send(prep, **send_kwargs)
   File "C:\Python27\lib\site-packages\requests\sessions.py", line 585, in send
     r = adapter.send(request, **kwargs)
   File "C:\Python27\lib\site-packages\requests\adapters.py", line 453, in send
     raise ConnectionError(err, request=request)
 requests.exceptions.ConnectionError: ('Connection aborted.', error(10060, 'Ein Verbindungsversuch ist fehlgeschlagen, d
a die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehl
erhaft, da der verbundene Host nicht reagiert hat'))

pip works for me and i could download the setup file myself (http://github.com/kivy-garden/garden.particlesystem/archive/master.zip). What's the deal? Why can't i install the lib?

Thanks!
KivyRequestError.PNG
Reply all
Reply to author
Forward
0 new messages