Installing openpyxl in winpython

780 views
Skip to first unread message

David Arranz

unread,
Apr 20, 2016, 8:48:26 AM4/20/16
to WinPython
Hi,

I have been trying to install openpyxl via the control panel but it gives me a generic error message when trying to start the installation.

I have been trying with Winpython 64 bits 3.4.4.1 and 3.4.3.5. And I tried with the last 2 versions of openpyxl 2.4.0 and 2.3.5

Any idea what could be the problem? Any alternative way to install in winpython?

Thanks



stonebig

unread,
Apr 20, 2016, 12:53:16 PM4/20/16
to WinPython
try this :
- download openpyxl-2.3.2-py2.py3-none-any.whl  from http://www.lfd.uci.edu/~gohlke/pythonlibs/ into a directory d:\toto (for example)
- launch "WinPython Command Prompt.exe"
- type "pip install d:\toto\openpyxl-2.3.2-py2.py3-none-any.whl"

David Arranz

unread,
Apr 21, 2016, 10:00:07 AM4/21/16
to WinPython
Thanks I will try it

Will it work with newer versions of openpyxl?

stonebig

unread,
Apr 21, 2016, 1:10:59 PM4/21/16
to WinPython
well, if an update, you may rather do an "uninstall" + "install" :
"pip uninstall d:\toto\openpyxl-2.3.2-py2.py3-none-any.whl"
"pip install d:\toto\openpyxl-3.0.0-py2.py3-none-any.whl"

Reply all
Reply to author
Forward
0 new messages