[MapProxy] Install problem
DeDuikertjes
DeDuikertjes at xs4all.nl
Sun May 2 09:07:51 EDT 2010
Hi,
Indeed that was the problem.
Cause of yum I can't replace python2.4 by 2.6.
I've added 2.6 from a repo as python26; but I can't get easy_install
and pip installed in it.
so, it seems I'm seriously stuck.
any ideas?
MArco
Oliver Tonnhofer schreef:
> Hi,
>
> On 02.05.2010, at 09:35, DeDuikertjes wrote:
>
>> I'm trying to get mapproxy up and running on Centos5 (which has python 2.4).
>>
>> So I installed python 2.6
>> Created a virtual environment as per install docs.
>> activated it, and that got indicated on the prompt.
>> So far so good.
>> But then:
>> pip install -r http://bitbucket.org/olt/mapproxy/raw/tip/requirements.txt
>>
>> Downloading/unpacking MapProxy (from -r
>> http://bitbucket.org/olt/mapproxy/raw/tip/requirements.txt (line 1))
>> Running setup.py egg_info for package MapProxy
>> Traceback (most recent call last):
>>
> [...]
>
>> ----------------------------------------
>> Command python setup.py egg_info failed with error code 1
>>
>
>
> It looks like you are still using Python 2.4. Since Python is used internally in Centos, I think your 2.6 installation did not replace the default installation, but was renamed to python26 or python2.6. Try to recreate your virtualenv with the Python 2.6 binary. The rest should be handled by virtualenv.
>
> Regards,
> Oliver
>
>
More information about the MapProxy
mailing list