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