You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.
What steps will reproduce the problem? 1. [18:35:28][laurinol@laurinolli13lk][~/work/rdt]% LDFLAGS=-L$PWD/py/local py/bin/pip install python-bufr What is the expected output? What do you see instead? I expect the package to install. Instead, it fails to compile the C extension since numpy includes aren't available in the global include path. What version of the product are you using? On what operating system? Python 2.7.3, Ubuntu 12.04. Please provide any additional information below. See http://stackoverflow.com/questions/2379898/make-distutils-look-for-numpy-header-files-in-the-correct-place Making similar changes to setup.py fixed the problem.
From tlaurino...@gmail.com on November 18, 2013 17:39:07
What steps will reproduce the problem? 1. [18:35:28][laurinol@laurinolli13lk][~/work/rdt]% LDFLAGS=-L$PWD/py/local py/bin/pip install python-bufr What is the expected output? What do you see instead? I expect the package to install. Instead, it fails to compile the C extension since numpy includes aren't available in the global include path. What version of the product are you using? On what operating system? Python 2.7.3, Ubuntu 12.04. Please provide any additional information below. See http://stackoverflow.com/questions/2379898/make-distutils-look-for-numpy-header-files-in-the-correct-place Making similar changes to setup.py fixed the problem.
Original issue: http://code.google.com/p/python-bufr/issues/detail?id=13
The text was updated successfully, but these errors were encountered: