Skip to content Skip to sidebar Skip to footer
Showing posts with the label Upgrade

Spyder Does Not Run Python Scripts After Matplotlib Upgrade

I was coding in Python 2.7 with Spyder 2.1.9, using matplotlib 1.1. The operating system is Linux U… Read more Spyder Does Not Run Python Scripts After Matplotlib Upgrade

Can't Upgrade Scipy

I'm trying to upgrade Scipy from 0.9.0 to 0.12.0. I use the command: sudo pip install --upgrade… Read more Can't Upgrade Scipy

Getting Ready To Convert From Python 2.x To 3.x

As we all know by now (I hope), Python 3 is slowly beginning to replace Python 2.x. Of course it wi… Read more Getting Ready To Convert From Python 2.x To 3.x

How To Upgrade To Python 3.3?

I just installed Ubuntu 12.04 and wish to use Python 3.3 rather than 2.7 which is currently install… Read more How To Upgrade To Python 3.3?