Unable to load the repository(PyDev for eclipse) Unable to load the repository(PyDev for eclipse) python python

Unable to load the repository(PyDev for eclipse)


If the url doesn't work directly, you may visit the update site in the browser (i.e.: http://www.pydev.org/updates/) and check the note to where it does redirect.

The current url it redirects to is http://dl.bintray.com/fabioz/pydev/5.8.0/ but it changes at each release, so, you may want to check the current release and update the version accordingly.

For older versions, it's possible to visit (in the browser) http://www.pydev.org/update_sites/ and check the existing update site urls (again, you may visit the update site url to see where it does redirect to and use that directly).

Notes:

  • the redirects are to https, but some users seem to experience issues with it, so, using http may be an option.
  • check your firewall to see if it's not blocking eclipse.
  • if you're under a vpn, you may want to check if it's blocking something (i.e.: maybe try without the vpn).


Now http://www.pydev.org/updates points to current version of Pyded: https://dl.bintray.com/fabioz/pydev/5.3.1/

But this link won't work unless you change the protocol to http instead of https. So, the working link is:

http://dl.bintray.com/fabioz/pydev/5.3.1/


i had the same problem. I was behind a proxy and once i set the proxy (as described here: http://www.mkyong.com/web-development/how-to-configure-proxy-settings-in-eclipse/) it worked.Not sure if you have the same problem though.