Skip to content

Instantly share code, notes, and snippets.

@zbyerly
Created May 7, 2018 16:31
Show Gist options
  • Save zbyerly/677b621d13d012ecb3ae4d4ba2843f20 to your computer and use it in GitHub Desktop.
Save zbyerly/677b621d13d012ecb3ae4d4ba2843f20 to your computer and use it in GitHub Desktop.
$ pip install label_maker
Collecting label_maker
Using cached https://files.pythonhosted.org/packages/3c/41/fdbd8fb7dffd2f53748bd404a390962250b3e0243651316d23dca5e88b63/label-maker-0.3.1.tar.gz
Collecting Cerberus==1.1 (from label_maker)
Using cached https://files.pythonhosted.org/packages/e0/7e/3949c86f4e60bc2b3d24ebc94af55ffaf9d62ad221f47c194edc9bd7fa94/Cerberus-1.1.tar.gz
Collecting Pillow==4.3.0 (from label_maker)
Using cached https://files.pythonhosted.org/packages/40/45/cd1000f1c474136236c5105c882d8e1e40bd94ae939b5ca53bf724967514/Pillow-4.3.0-cp27-cp27mu-manylinux1_x86_64.whl
Collecting Shapely==1.6.3 (from label_maker)
Using cached https://files.pythonhosted.org/packages/1b/1f/dfbfd3b77e0441040b6d91373f98bd87aa0c80b387ab6e7bc2cdbbb88d14/Shapely-1.6.3-cp27-cp27mu-manylinux1_x86_64.whl
Collecting click==6.7 (from label_maker)
Using cached https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl
Collecting geojson==2.3.0 (from label_maker)
Using cached https://files.pythonhosted.org/packages/1c/59/5d8f40aa03591d68fa6bf99268810c66a0fbc82b9598e40822f3fd9149d2/geojson-2.3.0-py2.py3-none-any.whl
Collecting homura==0.1.5 (from label_maker)
Using cached https://files.pythonhosted.org/packages/cd/e9/00b0f83afdc44c0e53a0d583419b94c55fc210eb85a77db2ca431929fe25/homura-0.1.5.tar.gz
Collecting humanize==0.5.1 (from label_maker)
Using cached https://files.pythonhosted.org/packages/8c/e0/e512e4ac6d091fc990bbe13f9e0378f34cf6eecd1c6c268c9e598dcf5bb9/humanize-0.5.1.tar.gz
Collecting mapbox-vector-tile==1.2.0 (from label_maker)
Using cached https://files.pythonhosted.org/packages/9a/e7/6fd66a84b1c85a16b7246de0636eee41f06b00fa34147c607df18e0df4fa/mapbox-vector-tile-1.2.0.tar.gz
Collecting mbutil==0.3.0 (from label_maker)
Using cached https://files.pythonhosted.org/packages/b2/e1/0f3b74ba4d44cbeb9b95fc69c64157c9e5670fabbe3e584487244421f782/mbutil-0.3.0-py2.py3-none-any.whl
Collecting mercantile==1.0.0 (from label_maker)
Using cached https://files.pythonhosted.org/packages/bf/fb/2d0f00f3795d2bf21de385524965cce691aa3261edc544a52fd853a39610/mercantile-1.0.0-py2-none-any.whl
Collecting numpy==1.13.3 (from label_maker)
Using cached https://files.pythonhosted.org/packages/eb/be/737f3df5806192ac4096e549e48c8c76cfaa2fb880a1c62a7bb085adaa9b/numpy-1.13.3-cp27-cp27mu-manylinux1_x86_64.whl
Collecting olefile==0.44 (from label_maker)
Using cached https://files.pythonhosted.org/packages/35/17/c15d41d5a8f8b98cc3df25eb00c5cee76193114c78e5674df6ef4ac92647/olefile-0.44.zip
Collecting protobuf==3.5.0.post1 (from label_maker)
Using cached https://files.pythonhosted.org/packages/04/cb/2c28bfadd9084e39d68bbe7daf07b80f1bf3536a0ec7ca94383839505261/protobuf-3.5.0.post1-cp27-cp27mu-manylinux1_x86_64.whl
Collecting pyclipper==1.0.6 (from label_maker)
Using cached https://files.pythonhosted.org/packages/a8/76/0491cf4f0a4466d856712a98a48971626f803b586cda76ab2faafd028c8b/pyclipper-1.0.6-cp27-cp27mu-manylinux1_x86_64.whl
Collecting pycurl==7.43.0.1 (from label_maker)
Using cached https://files.pythonhosted.org/packages/77/d9/d272b38e6e25d2686e22f6058820298dadead69340b1c57ff84c87ef81f0/pycurl-7.43.0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-vdRIcB/pycurl/setup.py", line 841, in <module>
ext = get_extension(sys.argv, split_extension_source=split_extension_source)
File "/tmp/pip-build-vdRIcB/pycurl/setup.py", line 508, in get_extension
ext_config = ExtensionConfiguration(argv)
File "/tmp/pip-build-vdRIcB/pycurl/setup.py", line 72, in __init__
self.configure()
File "/tmp/pip-build-vdRIcB/pycurl/setup.py", line 108, in configure_unix
raise ConfigurationError(msg)
__main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vdRIcB/pycurl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment