Skip to content Skip to sidebar Skip to footer
Showing posts with the label Easy Install

Upgraded Python On Snowleopard Using Homebrew Now Pip And Easy_install Don't Work

I am new to python, I have changed my path to point to the new python 2.7, but pip and easy_install… Read more Upgraded Python On Snowleopard Using Homebrew Now Pip And Easy_install Don't Work

Adding Libraries To Portable Python

So I'm currently using portable python and I need to add the neurolab library. On command line … Read more Adding Libraries To Portable Python

Setup.py: Restrict The Allowable Version Of The Python Interpreter

I have a Python library. Unfortunately I have not updated it to work with Python 3 yet. In its setu… Read more Setup.py: Restrict The Allowable Version Of The Python Interpreter

Unable To Use Easy_install To Install Python Modules

I am trying to use easy_install to install a module called requests by doing easy_install requests… Read more Unable To Use Easy_install To Install Python Modules

Importerror: No Module Named Distutils

Attempt to install psutils resulted a big headache... $ python -V Python 2.4.2 $ cat /etc/SuSE-rel… Read more Importerror: No Module Named Distutils

'easy_install -U Cython' Fails Complaining About Vcvarsall.bat And -mno-cygwin

Under Windows, it seems that easy_install with a C dependency isn't very easy. Attempt 1 - vcva… Read more 'easy_install -U Cython' Fails Complaining About Vcvarsall.bat And -mno-cygwin