Ticket #141 (new defect)
easy_install failure on 64 bit ubuntu
| Reported by: | solrize | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | major | Keywords: | |
| Cc: |
Description
"easy_isntall pyyaml" doesn't work. The zip file fails to include a yaml.h file, leading to a bunch of compilation errors that I chopped. Either (preferably) any necessary headers should be included in the easy_install, or else the easy_install should check for their absence and say where to get them.
$ sudo easy_install pyyaml Searching for pyyaml Reading http://pypi.python.org/simple/pyyaml/ Reading http://pyyaml.org/wiki/PyYAML Best match: PyYAML 3.09 Downloading http://pyyaml.org/download/pyyaml/PyYAML-3.09.zip Processing PyYAML-3.09.zip Running PyYAML-3.09/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ei0gpu/PyYAML-3.09/egg-dist-tmp-2VXmew build/temp.linux-x86_64-2.5/check_libyaml.c:2:18: error: yaml.h: No such file or directory build/temp.linux-x86_64-2.5/check_libyaml.c: In function ‘main’:

I can confirm the the same issue for Windows x64. Installer fails to install on x64 because it does not recognize Python x64 and if you run easy_install you will get the same error.