Updating XlsxWriter with pip

1,827 views
Skip to first unread message

Josh English

unread,
May 29, 2013, 12:49:13 PM5/29/13
to python...@googlegroups.com
I don't know if anyone else is running into this, or if i'm missing one of those really basic just above make-sure-the-computer-is-on-first problems.

I cannot update XlsxWriter beyond version 0.2.6. 

I have uninstalled using pip, reinstalled, upgraded, and it still only installs 0.2.6.

During all of these commands, I see it downloading 0.3.2, but it doesn't install it.

I'm thinking that maybe pip is saving the old install files and grabbing one of those when it gets around to the download, but I don't knoww here pip stores these files, so I don't know where to delete them from.

Even pip install xlsxwriter==0.3.2 gets me 0.2.6.

Any suggestions?

Josh


John Yeung

unread,
May 30, 2013, 2:57:07 AM5/30/13
to python-excel
Well, if all else fails, you can always just unpack the xlsxwriter
directory and plop it wherever you like (such as site-packages, or
even your project directory if need be). If there's an old xlsxwriter
lying around somewhere ahead of the new xlsxwriter in Python's search
path, naturally that should be removed.

John Y.

Mark Mikofski

unread,
Jun 14, 2013, 12:52:27 AM6/14/13
to python...@googlegroups.com
why don't you down load the tarball
and try:

    >>> pip install <tarball>

or

untar the tarball first and run:

    $ python setup.py
Reply all
Reply to author
Forward
0 new messages