Ticket #163 (closed defect: fixed)

Opened 18 months ago

Last modified 8 months ago

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

jython-setup.patch Download (1.0 KB) - added by anonymous 18 months ago.

Change History

Changed 18 months ago by anonymous

Changed 12 months ago by alecmunro@…

This is biting me too. I'm stuck using 3.03 because it doesn't try to do a libyaml check.

Changed 8 months ago by xi

  • status changed from new to closed
  • resolution set to fixed

Fixed in [376].

Add/Change #163 (PyYAML is not installable with Jython)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.