Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation error #5

Closed
scottpurdy opened this issue Sep 10, 2014 · 3 comments
Closed

installation error #5

scottpurdy opened this issue Sep 10, 2014 · 3 comments

Comments

@scottpurdy
Copy link

See trace below.

$ pip install --user nustudio
Downloading/unpacking nustudio
  Downloading nustudio-1.0.0.tar.gz (980kB): 980kB downloaded
  Running setup.py (path:/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/nustudio/setup.py) egg_info for package nustudio

Downloading/unpacking PyOpenGL (from nustudio)
  Downloading PyOpenGL-3.1.0.tar.gz (1.2MB): 1.2MB downloaded
  Running setup.py (path:/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL/setup.py) egg_info for package PyOpenGL

    warning: no previously-included files matching '*.odt' found anywhere in distribution
    warning: no previously-included files matching '*.odp' found anywhere in distribution
    warning: no previously-included files matching '.cvsignore' found anywhere in distribution
    warning: no previously-included files matching '*.diff' found anywhere in distribution
    warning: no previously-included files found matching 'src/*.h'
    warning: no previously-included files found matching 'src/*.xml'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.pdf'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.txt'
    warning: no files found matching 'src/win32deps.py'
    warning: no files found matching 'src/toglinstall/get_togl.py'
    warning: no files found matching 'metadata.py'
    warning: no files found matching 'ChangeLog.txt'
    warning: no previously-included files found matching 'OpenGL_accelerate'
Downloading/unpacking PyOpenGL-accelerate (from nustudio)
  Downloading PyOpenGL-accelerate-3.1.0.tar.gz (323kB): 323kB downloaded
  Running setup.py (path:/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/setup.py) egg_info for package PyOpenGL-accelerate

Downloading/unpacking PyQtGraph (from nustudio)
  Downloading pyqtgraph-0.9.8.tar.gz (958kB): 958kB downloaded
  Running setup.py (path:/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyQtGraph/setup.py) egg_info for package PyQtGraph

Requirement already satisfied (use --upgrade to upgrade): numpy in ./Library/Python/2.7/lib/python/site-packages (from PyQtGraph->nustudio)
Requirement already satisfied (use --upgrade to upgrade): scipy in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from PyQtGraph->nustudio)
Installing collected packages: nustudio, PyOpenGL, PyOpenGL-accelerate, PyQtGraph
  Running setup.py install for nustudio

    Installing nustudio script to /Users/spurdy/Library/Python/2.7/bin
  Running setup.py install for PyOpenGL

    warning: no previously-included files matching '*.odt' found anywhere in distribution
    warning: no previously-included files matching '*.odp' found anywhere in distribution
    warning: no previously-included files matching '.cvsignore' found anywhere in distribution
    warning: no previously-included files matching '*.diff' found anywhere in distribution
    warning: no previously-included files found matching 'src/*.h'
    warning: no previously-included files found matching 'src/*.xml'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.pdf'
    warning: no previously-included files found matching 'src/*.zip'
    warning: no previously-included files found matching 'src/*.txt'
    warning: no files found matching 'src/win32deps.py'
    warning: no files found matching 'src/toglinstall/get_togl.py'
    warning: no files found matching 'metadata.py'
    warning: no files found matching 'ChangeLog.txt'
    warning: no previously-included files found matching 'OpenGL_accelerate'
  Running setup.py install for PyOpenGL-accelerate
    skipping 'src/wrapper.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.wrapper' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/wrapper.c -o build/temp.macosx-10.9-intel-2.7/src/wrapper.o
    src/wrapper.c:12710:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/wrapper.c:12707:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/wrapper.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/wrapper.c:12829:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/wrapper.c:12858:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/wrapper.c:11576:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
    static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
                              ^
    src/wrapper.c:11625:32: warning: unused function '__Pyx_GetItemInt_Fast' [-Wunused-function]
    static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Fast(PyObject *o, Py_ssize_t i,
                                   ^
    7 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/wrapper.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/wrapper.so
    skipping 'src/formathandler.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.formathandler' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/formathandler.c -o build/temp.macosx-10.9-intel-2.7/src/formathandler.o
    src/formathandler.c:4011:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/formathandler.c:4008:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/formathandler.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/formathandler.c:4075:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
    static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
                             ^
    src/formathandler.c:4130:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/formathandler.c:4159:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/formathandler.c:3251:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
    static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
                              ^
    src/formathandler.c:3671:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    src/formathandler.c:3702:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    9 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/formathandler.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/formathandler.so
    skipping 'src/arraydatatype.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.arraydatatype' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/arraydatatype.c -o build/temp.macosx-10.9-intel-2.7/src/arraydatatype.o
    src/arraydatatype.c:12599:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/arraydatatype.c:12596:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/arraydatatype.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/arraydatatype.c:12718:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/arraydatatype.c:12747:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/arraydatatype.c:11546:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
    static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
                              ^
    src/arraydatatype.c:11787:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
    static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
                                   ^
    src/arraydatatype.c:12205:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    8 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/arraydatatype.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/arraydatatype.so
    skipping 'src/errorchecker.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.errorchecker' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/errorchecker.c -o build/temp.macosx-10.9-intel-2.7/src/errorchecker.o
    src/errorchecker.c:3379:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/errorchecker.c:3376:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/errorchecker.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/errorchecker.c:3498:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/errorchecker.c:3527:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/errorchecker.c:2636:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
    static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
                              ^
    src/errorchecker.c:3039:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    src/errorchecker.c:3070:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    8 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/errorchecker.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/errorchecker.so
    skipping 'src/vbo.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.vbo' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/vbo.c -o build/temp.macosx-10.9-intel-2.7/src/vbo.o
    src/vbo.c:10740:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/vbo.c:10737:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/vbo.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/vbo.c:10859:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/vbo.c:10888:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/vbo.c:9448:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
    static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
                                   ^
    src/vbo.c:9462:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
    static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
                                   ^
    src/vbo.c:9556:26: warning: unused function '__Pyx_PyUnicode_Equals' [-Wunused-function]
    static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) {
                             ^
    src/vbo.c:10346:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    9 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/vbo.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/vbo.so
    skipping 'src/nones_formathandler.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.nones_formathandler' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/nones_formathandler.c -o build/temp.macosx-10.9-intel-2.7/src/nones_formathandler.o
    src/nones_formathandler.c:1891:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/nones_formathandler.c:1888:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/nones_formathandler.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/nones_formathandler.c:1955:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
    static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
                             ^
    src/nones_formathandler.c:2010:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/nones_formathandler.c:2039:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/nones_formathandler.c:1324:32: warning: unused function '__Pyx_PyInt_From_int' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_int(int value) {
                                   ^
    src/nones_formathandler.c:1371:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
                             ^
    src/nones_formathandler.c:1466:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    src/nones_formathandler.c:1497:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    10 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/nones_formathandler.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/nones_formathandler.so
    skipping 'src/latebind.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.latebind' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/latebind.c -o build/temp.macosx-10.9-intel-2.7/src/latebind.o
    src/latebind.c:2327:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/latebind.c:2324:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/latebind.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/latebind.c:2446:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/latebind.c:2475:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
    static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
                                    ^
    src/latebind.c:1871:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    src/latebind.c:1918:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    src/latebind.c:2018:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
                             ^
    8 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/latebind.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/latebind.so
    skipping 'src/buffers_formathandler.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.buffers_formathandler' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/buffers_formathandler.c -o build/temp.macosx-10.9-intel-2.7/src/buffers_formathandler.o
    src/buffers_formathandler.c:4026:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/buffers_formathandler.c:4023:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/buffers_formathandler.c:404:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/buffers_formathandler.c:4090:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
    static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
                             ^
    src/buffers_formathandler.c:3073:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
    static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
                              ^
    src/buffers_formathandler.c:3601:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    src/buffers_formathandler.c:3632:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    7 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/buffers_formathandler.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/buffers_formathandler.so
    skipping 'src/numpy_formathandler.c' Cython extension (up-to-date)
    building 'OpenGL_accelerate.numpy_formathandler' extension
    cc -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -pipe -arch x86_64 -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/.. -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate/src -I/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyOpenGL-accelerate -I/Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/numpy_formathandler.c -o build/temp.macosx-10.9-intel-2.7/src/numpy_formathandler.o
    In file included from src/numpy_formathandler.c:346:
    In file included from /Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/arrayobject.h:15:
    In file included from /Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
    In file included from /Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ndarraytypes.h:1728:
    /Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
    #warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
     ^
    In file included from src/numpy_formathandler.c:347:
    In file included from /Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/ufuncobject.h:311:
    /Users/spurdy/Library/Python/2.7/lib/python/site-packages/numpy/core/include/numpy/__ufunc_api.h:236:1: warning: unused function '_import_umath' [-Wunused-function]
    _import_umath(void)
    ^
    src/numpy_formathandler.c:7543:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
    static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
                               ^
    src/numpy_formathandler.c:7540:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
                                   ^
    src/numpy_formathandler.c:409:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function]
    static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u)
                                ^
    src/numpy_formathandler.c:7662:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
    static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
                                    ^
    src/numpy_formathandler.c:6242:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
    static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
                              ^
    src/numpy_formathandler.c:6889:48: warning: unused function '__pyx_t_float_complex_from_parts' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_float_complex __pyx_t_float_complex_from_parts(float x, float y) {
                                                   ^
    src/numpy_formathandler.c:6899:30: warning: unused function '__Pyx_c_eqf' [-Wunused-function]
        static CYTHON_INLINE int __Pyx_c_eqf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                 ^
    src/numpy_formathandler.c:6902:48: warning: unused function '__Pyx_c_sumf' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_sumf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                   ^
    src/numpy_formathandler.c:6908:48: warning: unused function '__Pyx_c_difff' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_difff(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                   ^
    src/numpy_formathandler.c:6920:48: warning: unused function '__Pyx_c_quotf' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_quotf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                   ^
    src/numpy_formathandler.c:6927:48: warning: unused function '__Pyx_c_negf' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_negf(__pyx_t_float_complex a) {
                                                   ^
    src/numpy_formathandler.c:6933:30: warning: unused function '__Pyx_c_is_zerof' [-Wunused-function]
        static CYTHON_INLINE int __Pyx_c_is_zerof(__pyx_t_float_complex a) {
                                 ^
    src/numpy_formathandler.c:6936:48: warning: unused function '__Pyx_c_conjf' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_conjf(__pyx_t_float_complex a) {
                                                   ^
    src/numpy_formathandler.c:6950:52: warning: unused function '__Pyx_c_powf' [-Wunused-function]
            static CYTHON_INLINE __pyx_t_float_complex __Pyx_c_powf(__pyx_t_float_complex a, __pyx_t_float_complex b) {
                                                       ^
    src/numpy_formathandler.c:7009:49: warning: unused function '__pyx_t_double_complex_from_parts' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(double x, double y) {
                                                    ^
    src/numpy_formathandler.c:7019:30: warning: unused function '__Pyx_c_eq' [-Wunused-function]
        static CYTHON_INLINE int __Pyx_c_eq(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                 ^
    src/numpy_formathandler.c:7022:49: warning: unused function '__Pyx_c_sum' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_sum(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                    ^
    src/numpy_formathandler.c:7028:49: warning: unused function '__Pyx_c_diff' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_diff(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                    ^
    src/numpy_formathandler.c:7040:49: warning: unused function '__Pyx_c_quot' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_quot(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                    ^
    src/numpy_formathandler.c:7047:49: warning: unused function '__Pyx_c_neg' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_neg(__pyx_t_double_complex a) {
                                                    ^
    src/numpy_formathandler.c:7053:30: warning: unused function '__Pyx_c_is_zero' [-Wunused-function]
        static CYTHON_INLINE int __Pyx_c_is_zero(__pyx_t_double_complex a) {
                                 ^
    src/numpy_formathandler.c:7056:49: warning: unused function '__Pyx_c_conj' [-Wunused-function]
        static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_conj(__pyx_t_double_complex a) {
                                                    ^
    src/numpy_formathandler.c:7070:53: warning: unused function '__Pyx_c_pow' [-Wunused-function]
            static CYTHON_INLINE __pyx_t_double_complex __Pyx_c_pow(__pyx_t_double_complex a, __pyx_t_double_complex b) {
                                                        ^
    src/numpy_formathandler.c:7118:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
    static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
                                   ^
    src/numpy_formathandler.c:7149:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration]
    static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
                              ^
    src/numpy_formathandler.c:4319:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew1' [-Wunused-function]
    static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__pyx_v_a) {
                                   ^
    src/numpy_formathandler.c:4369:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew2' [-Wunused-function]
    static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__pyx_v_a, PyObject *__pyx_v_b) {
                                   ^
    src/numpy_formathandler.c:4419:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew3' [-Wunused-function]
    static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c) {
                                   ^
    src/numpy_formathandler.c:4469:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew4' [-Wunused-function]
    static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d) {
                                   ^
    src/numpy_formathandler.c:4519:32: warning: unused function '__pyx_f_5numpy_PyArray_MultiIterNew5' [-Wunused-function]
    static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__pyx_v_a, PyObject *__pyx_v_b, PyObject *__pyx_v_c, PyObject *__pyx_v_d, PyObject *__pyx_v_e) {
                                   ^
    src/numpy_formathandler.c:5273:27: warning: unused function '__pyx_f_5numpy_set_array_base' [-Wunused-function]
    static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_arr, PyObject *__pyx_v_base) {
                              ^
    src/numpy_formathandler.c:5361:32: warning: unused function '__pyx_f_5numpy_get_array_base' [-Wunused-function]
    static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__pyx_v_arr) {
                                   ^
    34 warnings generated.
    cc -bundle -undefined dynamic_lookup -Wl,-F. -Qunused-arguments -Qunused-arguments -arch x86_64 build/temp.macosx-10.9-intel-2.7/src/numpy_formathandler.o -o build/lib.macosx-10.9-intel-2.7/OpenGL_accelerate/numpy_formathandler.so

  Running setup.py install for PyQtGraph
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyQtGraph/setup.py", line 53, in <module>
        'scipy',
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
        dist.run_commands()
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
        self.run_command(cmd)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/Library/Python/2.7/site-packages/setuptools/command/install.py", line 54, in run
        return _install.run(self)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
        self.run_command('build')
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
        self.run_command(cmd_name)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/Library/Python/2.7/site-packages/setuptools/command/build_py.py", line 42, in run
        self.build_packages()
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 372, in build_packages
        self.build_module(module, module_file, package)
      File "/Library/Python/2.7/site-packages/setuptools/command/build_py.py", line 60, in build_module
        outfile, copied = _build_py.build_module(self, module, module_file, package)
      File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 333, in build_module
        "'package' must be a string (dot-separated), list, or tuple")
    TypeError: 'package' must be a string (dot-separated), list, or tuple
    Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__=u'/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyQtGraph/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip-fXqV0Z-record/install-record.txt --single-version-externally-managed --compile --user:
    running install

running build

running build_py

Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyQtGraph/setup.py", line 53, in <module>

    'scipy',

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup

    dist.run_commands()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands

    self.run_command(cmd)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/Library/Python/2.7/site-packages/setuptools/command/install.py", line 54, in run

    return _install.run(self)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run

    self.run_command('build')

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command

    self.distribution.run_command(command)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run

    self.run_command(cmd_name)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command

    self.distribution.run_command(command)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/Library/Python/2.7/site-packages/setuptools/command/build_py.py", line 42, in run

    self.build_packages()

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 372, in build_packages

    self.build_module(module, module_file, package)

  File "/Library/Python/2.7/site-packages/setuptools/command/build_py.py", line 60, in build_module

    outfile, copied = _build_py.build_module(self, module, module_file, package)

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 333, in build_module

    "'package' must be a string (dot-separated), list, or tuple")

TypeError: 'package' must be a string (dot-separated), list, or tuple

----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__=u'/private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyQtGraph/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip-fXqV0Z-record/install-record.txt --single-version-externally-managed --compile --user failed with error code 1 in /private/var/folders/wh/wvw3wp_946j4rk609p3qdmxh0000gn/T/pip_build_spurdy/PyQtGraph
Storing debug log for failure in /Users/spurdy/Library/Logs/pip.log
@scottpurdy
Copy link
Author

And the pip.log:
http://paste2.org/LIDbsyXN

@david-ragazzi
Copy link
Collaborator

@scottpurdy

Please try install manually any of the depencies recently added using brew or other:

e5f2669

@scottpurdy
Copy link
Author

This issue was resolved by some change in nustudio so I will close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants