-
Notifications
You must be signed in to change notification settings - Fork 315
Installing openpyxl and splinter without internet connection #600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
if you have d:\toto\openpyxl‑2.5.0‑py2.py3‑none‑any.whl (downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/)
|
Thank you for the suggestion! I've tried it and this is what I get: C:\WinPy\scripts>pip install openpyxl-2.5.0-py2.py3-none-any.whl '--no-index --trusted-host=None Invalid requirement: ''--no-index' During handling of the above exception, another exception occurred: Traceback (most recent call last): C:\WinPy\scripts>pip install openpyxl-2.5.0-py2.py3-none-any.whl |
I have another computer that I can successfully install the package in. Is there any way I can install the modules into winpython on that computer and then transfer winpython over to my Win7 work computer for production? |
That did not work. |
@stonebig Did you comment originally have a single quote character at the end? Maybe GitHub interpretted that character as MarkDown notation and then removed it. This scenario could explain why @bestickley was getting an error when he executed your command line exactly. |
oups! you'r right: bad:
good:
|
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.
The text was updated successfully, but these errors were encountered: