Skip to content

Instantly share code, notes, and snippets.

@davglass
Created October 7, 2016 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davglass/d03c3c052c00a1e1c675c15769416437 to your computer and use it in GitHub Desktop.
Save davglass/d03c3c052c00a1e1c675c15769416437 to your computer and use it in GitHub Desktop.
root@2d90b208bf61:/usr/local/src/flux/client# python3 ./setup.py develop
Traceback (most recent call last):
File "/usr/local/src/flux/client/setup_utils.py", line 113, in create_pcl_extentions
include_dirs += [locate_includes("eigen3"), ]
File "/usr/local/src/flux/client/setup_utils.py", line 33, in locate_includes
stdout=subprocess.PIPE)
File "/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'
*****************************************************************************
* Can not find pcl libraries, `fluxclient.scanner` and `fluxclient.printer` *
* will not work properly. *
*****************************************************************************
running develop
Checking .pth file support in /usr/local/lib/python3.5/dist-packages/
/usr/bin/python3 -E -c pass
TEST PASSED: /usr/local/lib/python3.5/dist-packages/ appears to support .pth files
running egg_info
writing top-level names to fluxclient.egg-info/top_level.txt
writing entry points to fluxclient.egg-info/entry_points.txt
writing requirements to fluxclient.egg-info/requires.txt
writing dependency_links to fluxclient.egg-info/dependency_links.txt
writing fluxclient.egg-info/PKG-INFO
reading manifest file 'fluxclient.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'fluxclient.egg-info/SOURCES.txt'
running build_ext
Creating /usr/local/lib/python3.5/dist-packages/fluxclient.egg-link (link to .)
Removing fluxclient 1.0b2 from easy-install.pth file
Adding fluxclient 1.0b2 to easy-install.pth file
Installing flux_upnp script to /usr/local/bin
Installing flux_usb script to /usr/local/bin
Installing flux_f2g script to /usr/local/bin
Installing flux_robot script to /usr/local/bin
Installing flux_scan script to /usr/local/bin
Installing flux_discover script to /usr/local/bin
Installing flux_exp script to /usr/local/bin
Installing flux_g2f script to /usr/local/bin
Installing flux_laser script to /usr/local/bin
Installing flux_camera script to /usr/local/bin
Installed /usr/local/src/flux/client
Processing dependencies for fluxclient==1.0b2
Searching for pyasn1==0.1.9
Best match: pyasn1 0.1.9
Processing pyasn1-0.1.9-py3.5.egg
pyasn1 0.1.9 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages/pyasn1-0.1.9-py3.5.egg
Searching for lxml==3.6.4
Best match: lxml 3.6.4
Processing lxml-3.6.4-py3.5-linux-x86_64.egg
lxml 3.6.4 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages/lxml-3.6.4-py3.5-linux-x86_64.egg
Searching for ecdsa==0.13
Best match: ecdsa 0.13
Processing ecdsa-0.13-py3.5.egg
ecdsa 0.13 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages/ecdsa-0.13-py3.5.egg
Searching for scipy==0.18.1
Best match: scipy 0.18.1
scipy 0.18.1 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages
Searching for numpy==1.11.2
Best match: numpy 1.11.2
numpy 1.11.2 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages
Searching for Pillow==3.4.1
Best match: Pillow 3.4.1
Pillow 3.4.1 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages
Searching for pyserial==3.1.1
Best match: pyserial 3.1.1
Processing pyserial-3.1.1-py3.5.egg
pyserial 3.1.1 is already the active version in easy-install.pth
Installing miniterm.py script to /usr/local/bin
Using /usr/local/lib/python3.5/dist-packages/pyserial-3.1.1-py3.5.egg
Searching for pycrypto==2.6.1
Best match: pycrypto 2.6.1
pycrypto 2.6.1 is already the active version in easy-install.pth
Using /usr/local/lib/python3.5/dist-packages
Searching for setuptools==20.7.0
Best match: setuptools 20.7.0
setuptools 20.7.0 is already the active version in easy-install.pth
Installing easy_install script to /usr/local/bin
Using /usr/lib/python3/dist-packages
Finished processing dependencies for fluxclient==1.0b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment