Skip to content

Instantly share code, notes, and snippets.

@ErikHogenbirk
Created September 29, 2015 12:04
Show Gist options
  • Save ErikHogenbirk/e2ebbbf665941d5ef813 to your computer and use it in GitHub Desktop.
Save ErikHogenbirk/e2ebbbf665941d5ef813 to your computer and use it in GitHub Desktop.
(pax)erik@erik-VirtualBox:~/pax$ python setup.py develop
running develop
running egg_info
writing top-level names to pax.egg-info/top_level.txt
writing requirements to pax.egg-info/requires.txt
writing pax.egg-info/PKG-INFO
writing dependency_links to pax.egg-info/dependency_links.txt
package init file 'pax/config/__init__.py' not found (or not a regular file)
reading manifest file 'pax.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
writing manifest file 'pax.egg-info/SOURCES.txt'
running build_ext
Creating /home/erik/anaconda3/envs/pax/lib/python3.4/site-packages/pax.egg-link (link to .)
pax 3.3.0 is already the active version in easy-install.pth
Installing paxer script to /home/erik/anaconda3/envs/pax/bin
Installing event-builder script to /home/erik/anaconda3/envs/pax/bin
Installing convert_pax_formats script to /home/erik/anaconda3/envs/pax/bin
Installed /home/erik/pax
Processing dependencies for pax==3.3.0
Searching for tables
Reading https://pypi.python.org/simple/tables/
Best match: tables 3.2.2
Downloading https://pypi.python.org/packages/source/t/tables/tables-3.2.2.tar.gz#md5=4a9792bba1a21f0853e7841d7c1beed8
Processing tables-3.2.2.tar.gz
Writing /tmp/easy_install-ups90n69/tables-3.2.2/setup.cfg
Running tables-3.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ups90n69/tables-3.2.2/egg-dist-tmp-qeatqdjw
* Using Python 3.4.3 |Continuum Analytics, Inc.| (default, Jun 4 2015, 15:29:08)
* USE_PKGCONFIG: True
/usr/bin/ld: cannot find -lhdf5
collect2: error: ld returned 1 exit status
.. ERROR:: Could not find a local HDF5 installation.
You may need to explicitly state where your local HDF5 headers and
library can be found by setting the ``HDF5_DIR`` environment
variable or by using the ``--hdf5`` command-line option.
error: Setup script exited with 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment