Modify ↓
Ticket #163 (closed defect: fixed)
PyYAML is not installable with Jython
| Reported by: | olt@… | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | jython setup.py |
| Cc: |
Description
Installing PyYaml? with pip install under Jython doesn't work on a system that has a compiler. It checks for libyaml compatibility and then errors: "Compiling extensions is not supported on Jython"
Solution: Don't add ext_module for platform.system() == Java. See patch.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

