Problem for pip install dash

Is there any way to download the whole package for DASH? I mean I cannot execute “pip install dash” in my office due to SSL issue, so I need to download DASH package and install it manually. Thanks

Hello @hspierre,

Have you looked into solutions for the SSL error? Sometimes you can add the cert prior to use it.

Also, what version python and pip do you have?

I think you can download package here: dash · PyPI and then use pip install name of file instead of pip install dash.