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

Easy_install Launches As A Terminal And Closes On Its Own, How To Avoid That

Trying to install various packages on a Windows 7 64 bit and learned that ActivePython helps (as it… Read more Easy_install Launches As A Terminal And Closes On Its Own, How To Avoid That

Compiling With An Sdk That Doesn't Seem To Exist: /developer/sdks/macosx10.6.sdk

I'm trying to install rpy2 for Python3 with the following command: easy_install-3.2 rpy2 This … Read more Compiling With An Sdk That Doesn't Seem To Exist: /developer/sdks/macosx10.6.sdk

Easy_install's --prefix Option Doesn't Change Where It Tries To Install My Package

I want to install Sphinx 1.1.3 for python 2.6. However, I don't have sudo rights. So instead of… Read more Easy_install's --prefix Option Doesn't Change Where It Tries To Install My Package

Installing Scrapy-python And Easy_install On Windows 7

I'm trying to install Scrapy on windows 7. I'm following these instructions: http://doc.scr… Read more Installing Scrapy-python And Easy_install On Windows 7

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

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

Pip Is Not Installing My Data_files. But Easy_install Does

This is going to be a short question. The source is here: https://github.com/exhuma/grc And the tit… Read more Pip Is Not Installing My Data_files. But Easy_install Does

"pkg_resources.DistributionNotFound" At Pip And Easy Install

I have to install a package via pip (in detail: the package lxml) into Python2.7 on our server (run… Read more "pkg_resources.DistributionNotFound" At Pip And Easy Install