Bug 1020516 - Cannot build cython and numpy while using python-2.7 cartridge
Summary: Cannot build cython and numpy while using python-2.7 cartridge
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OKD
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Rob Millner
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-17 19:55 UTC by Rob Millner
Modified: 2015-05-14 23:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-17 20:55:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1019924 0 low CLOSED There is not possible to install ta-lib on python 2.7 cartridge 2021-02-22 00:41:40 UTC

Internal Links: 1019924

Description Rob Millner 2013-10-17 19:55:15 UTC
Description of problem:
Cannot build cython or numpy for python 2.7 cartridge.  Cannot find the development headers/libraries.

But if I create an account, set up a virtual environment for it that's similar to the cartridge install, then I can build both cython and numpy.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Create a python 2.7 application
2. edit setup.py and add cython
  install_requires=['cython'],

3. commit & push

Actual results:
Build fails

Expected results:
Build succeeds


Additional info:

It may be worth adding Cython (apache license) and NumPy RPMs.  We add NumPY already to python 2.6, just not the 2.7 or 3.3 SCL.

Comment 1 Rob Millner 2013-10-17 20:09:35 UTC
Turns out the problem doesn't affect cython, just numpy.  Numpy will be provided via RPM for python-2.7 shortly so setting this low severity.

I still want to see why the build environment is different.


Note You need to log in before you can comment on or make changes to this bug.