Guess that helped.. But now i see this issue. Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.requests.packages.urllib3.co nnection.VerifiedHTTPSConnection object at 0x0000000003813A58>, 'Connection to pypi.python.org timed out. (connect timeout=15)')': /simple/jupyterhub/ Could not find a version that satisfies the requirement jupyterhub (from versions: ) No matching distribution found for jupyterhub
On Tuesday, August 15, 2017 at 4:25:34 PM UTC+2, takowl wrote: > > Can you use another computer which is not behind the proxy? If so, use > that computer to run, in an empty directory: > > pip download jupyterhub > > That will get you a load of files you need. Copy them onto the computer > you want to install on. Then run: > > pip install -f path/to/dir jupyterhub > > (Replace path/to/dir with the directory you put those files in) > > If you can't copy the files from another computer, you'll probably need to > manually download all the files you need from PyPI, which will be tedious. > Or you might be able to install it using conda, if the proxy doesn't block > that. > > Thomas > > On 15 August 2017 at 15:09, Kausthub kos <[email protected] <javascript:> > > wrote: > >> the office proxy ntw doesnt allow me to install Jupyter hub using the >> command " pip install jupyter hub" >> figured out to be an issue with proxy. Which cannot be modified. >> >> If someone could help me with the offline way of installation that would >> be great. >> >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Project Jupyter" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jupyter/c5b82ba7-0a89-4e3f-8690-04f10bff858d%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jupyter/c5b82ba7-0a89-4e3f-8690-04f10bff858d%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/b47e77b6-de03-4137-99dc-3cdd3a26bb2e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
