Closed
Description
Hi, I have WinPython on Windows 7 (Python 3.6.3) and I've tried pip installing openpyxl and splinter, but I get an SSL Connection Error ( [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:777) ). So I tried downloading the .whl and .tar.gz files and pip installing via that way too. I got the same error. Now I've tried using python setup.py install while in the directory of the the tar.gz files but I'm still getting the same error. Is there any way to install a module without using the internet? It seems like it partly installs but then looks for package dependencies on pypi.org and that's when it errors out. I've also tried using (--trusted host). Please help. Thank you.