Modify ↓
Ticket #187 (new defect)
Failed when run "python setup install"
| Reported by: | liuhui1020@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | failed when install |
| Cc: |
Description (last modified by xi) (diff)
error msg:
... ext/_yaml.c: In function ‘__Pyx_InitCachedBuiltins’: ext/_yaml.c:18667: error: ‘__pyx_builtin_MemoryError’ undeclared (first use in this function) ext/_yaml.c:18667: error: ‘__pyx_b’ undeclared (first use in this function) ext/_yaml.c:18668: error: ‘__pyx_builtin_AttributeError’ undeclared (first use in this function) ext/_yaml.c:18669: error: ‘__pyx_builtin_TypeError’ undeclared (first use in this function) ext/_yaml.c:18670: error: ‘__pyx_builtin_ValueError’ undeclared (first use in this function) ...
and my GCC version: gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
Attachments
Note: See
TracTickets for help on using
tickets.

Need more information: complete command line and output. Perhaps python-dev was not installed?