Created
October 24, 2016 13:22
-
-
Save instagibbs/fe3d08a8fd8ffc4dde1e6f612343dfa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collecting ledgerblue | |
Requirement already up-to-date: pycrypto>=2.6.1 in ./ledger/lib/python2.7/site-packages (from ledgerblue) | |
Requirement already up-to-date: ecpy>=0.8.1 in ./ledger/lib/python2.7/site-packages (from ledgerblue) | |
Requirement already up-to-date: future in ./ledger/lib/python2.7/site-packages (from ledgerblue) | |
Collecting hidapi>=0.7.99 (from ledgerblue) | |
Using cached hidapi-0.7.99.post19.tar.gz | |
Collecting pillow>=3.4.0 (from ledgerblue) | |
Using cached Pillow-3.4.2.tar.gz | |
Requirement already up-to-date: setuptools>=19.0 in ./ledger/lib/python2.7/site-packages (from hidapi>=0.7.99->ledgerblue) | |
Building wheels for collected packages: hidapi, pillow | |
Running setup.py bdist_wheel for hidapi ... error | |
Complete output from command /home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/hidapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp9K6D97pip-wheel- --python-tag cp27: | |
running bdist_wheel | |
running build | |
running build_ext | |
cythoning hid.pyx to hid.c | |
building 'hid' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/hidapi | |
creating build/temp.linux-x86_64-2.7/hidapi/libusb | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hid.c -o build/temp.linux-x86_64-2.7/hid.o | |
hid.c: In function ‘__pyx_pf_3hid_6device_open’: | |
hid.c:1492:45: warning: passing argument 1 of ‘PyUnicodeUCS4_AsWideChar’ from incompatible pointer type [-Wincompatible-pointer-types] | |
__pyx_v_result = PyUnicode_AsWideChar(__pyx_v_serial_number, __pyx_v_cserial_number, __pyx_v_serial_len); | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from hid.c:4: | |
/usr/include/python2.7/unicodeobject.h:246:31: note: expected ‘PyUnicodeObject * {aka struct <anonymous> *}’ but argument is of type ‘PyObject * {aka struct _object *}’ | |
# define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar | |
^ | |
/usr/include/python2.7/unicodeobject.h:591:24: note: in expansion of macro ‘PyUnicode_AsWideChar’ | |
PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar( | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hidapi/libusb/hid.c -o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o | |
creating build/lib.linux-x86_64-2.7 | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/hid.o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o -lusb-1.0 -ludev -lrt -o build/lib.linux-x86_64-2.7/hid.so | |
/usr/bin/ld: cannot find -ludev | |
collect2: error: ld returned 1 exit status | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed building wheel for hidapi | |
Running setup.py clean for hidapi | |
Running setup.py bdist_wheel for pillow ... error | |
Complete output from command /home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpUbJZatpip-wheel- --python-tag cp27: | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/PIL | |
copying PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/FtexImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/WalImageFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageDraw.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/GifImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PngImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/JpegPresets.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/_tkinter_finder.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageMode.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageGrab.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/FliImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/_util.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageDraw2.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/CurImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageMorph.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/_binary.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageOps.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PSDraw.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/MspImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageTransform.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ContainerIO.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/TiffTags.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/Image.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/OleFileIO.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageSequence.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageShow.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageWin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/TarIO.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageMath.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/__init__.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/DdsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageStat.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageChops.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImagePalette.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PcfFontFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PaletteFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/GimpGradientFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageTk.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/SunImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageCms.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/MicImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImagePath.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageFilter.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageFont.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageQt.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/BdfFontFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/GdImageFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/features.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageColor.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ExifTags.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/ImageEnhance.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/PyAccess.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-2.7/PIL | |
copying PIL/FontFile.py -> build/lib.linux-x86_64-2.7/PIL | |
running egg_info | |
writing Pillow.egg-info/PKG-INFO | |
writing top-level names to Pillow.egg-info/top_level.txt | |
writing dependency_links to Pillow.egg-info/dependency_links.txt | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'Pillow.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.sh' | |
no previously-included directories found matching 'docs/_static' | |
warning: no previously-included files found matching '.coveragerc' | |
warning: no previously-included files found matching '.editorconfig' | |
warning: no previously-included files found matching '.landscape.yaml' | |
warning: no previously-included files found matching 'appveyor.yml' | |
warning: no previously-included files found matching 'build_children.sh' | |
warning: no previously-included files found matching 'tox.ini' | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
writing manifest file 'Pillow.egg-info/SOURCES.txt' | |
copying PIL/OleFileIO-README.md -> build/lib.linux-x86_64-2.7/PIL | |
running build_ext | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip-build-Sp2djg/pillow/setup.py", line 753, in <module> | |
zip_safe=not debug_build(), ) | |
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup | |
dist.run_commands() | |
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands | |
self.run_command(cmd) | |
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/home/instagibbs/ledger/local/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 199, in run | |
self.run_command('build') | |
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/usr/lib/python2.7/distutils/command/build.py", line 128, in run | |
self.run_command(cmd_name) | |
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command | |
self.distribution.run_command(command) | |
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command | |
cmd_obj.run() | |
File "/usr/lib/python2.7/distutils/command/build_ext.py", line 339, in run | |
self.build_extensions() | |
File "/tmp/pip-build-Sp2djg/pillow/setup.py", line 521, in build_extensions | |
' using --disable-%s, aborting' % (f, f)) | |
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting | |
---------------------------------------- | |
Failed building wheel for pillow | |
Running setup.py clean for pillow | |
Failed to build hidapi pillow | |
Installing collected packages: hidapi, pillow, ledgerblue | |
Running setup.py install for hidapi ... error | |
Complete output from command /home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/hidapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-48muWM-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/instagibbs/ledger/include/site/python2.7/hidapi: | |
running install | |
running build | |
running build_ext | |
skipping 'hid.c' Cython extension (up-to-date) | |
building 'hid' extension | |
creating build | |
creating build/temp.linux-x86_64-2.7 | |
creating build/temp.linux-x86_64-2.7/hidapi | |
creating build/temp.linux-x86_64-2.7/hidapi/libusb | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hid.c -o build/temp.linux-x86_64-2.7/hid.o | |
hid.c: In function ‘__pyx_pf_3hid_6device_open’: | |
hid.c:1492:45: warning: passing argument 1 of ‘PyUnicodeUCS4_AsWideChar’ from incompatible pointer type [-Wincompatible-pointer-types] | |
__pyx_v_result = PyUnicode_AsWideChar(__pyx_v_serial_number, __pyx_v_cserial_number, __pyx_v_serial_len); | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from hid.c:4: | |
/usr/include/python2.7/unicodeobject.h:246:31: note: expected ‘PyUnicodeObject * {aka struct <anonymous> *}’ but argument is of type ‘PyObject * {aka struct _object *}’ | |
# define PyUnicode_AsWideChar PyUnicodeUCS4_AsWideChar | |
^ | |
/usr/include/python2.7/unicodeobject.h:591:24: note: in expansion of macro ‘PyUnicode_AsWideChar’ | |
PyAPI_FUNC(Py_ssize_t) PyUnicode_AsWideChar( | |
^ | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Ihidapi/hidapi -I/usr/include/libusb-1.0 -I/usr/include/python2.7 -c hidapi/libusb/hid.c -o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o | |
creating build/lib.linux-x86_64-2.7 | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/hid.o build/temp.linux-x86_64-2.7/hidapi/libusb/hid.o -lusb-1.0 -ludev -lrt -o build/lib.linux-x86_64-2.7/hid.so | |
/usr/bin/ld: cannot find -ludev | |
collect2: error: ld returned 1 exit status | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | |
---------------------------------------- | |
Command "/home/instagibbs/ledger/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Sp2djg/hidapi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-48muWM-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/instagibbs/ledger/include/site/python2.7/hidapi" failed with error code 1 in /tmp/pip-build-Sp2djg/hidapi/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment