Skip to content

Instantly share code, notes, and snippets.

@ErikHogenbirk
Created January 17, 2019 14:16
Show Gist options
  • Save ErikHogenbirk/9b7a3496cb201ab651cdc5f1dc3da75a to your computer and use it in GitHub Desktop.
Save ErikHogenbirk/9b7a3496cb201ab651cdc5f1dc3da75a to your computer and use it in GitHub Desktop.
(strax) erik@linuxbox:~/strax$ python setup.py develop
running develop
running egg_info
creating strax.egg-info
writing strax.egg-info/PKG-INFO
writing dependency_links to strax.egg-info/dependency_links.txt
writing requirements to strax.egg-info/requires.txt
writing top-level names to strax.egg-info/top_level.txt
writing manifest file 'strax.egg-info/SOURCES.txt'
reading manifest file 'strax.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'strax.egg-info/SOURCES.txt'
running build_ext
Creating /home/erik/anaconda3/envs/strax/lib/python3.6/site-packages/strax.egg-link (link to .)
strax 0.6.0 is already the active version in easy-install.pth
Installed /home/erik/strax
Processing dependencies for strax==0.6.0
Searching for zstd
Reading https://pypi.org/simple/zstd/
Downloading https://files.pythonhosted.org/packages/75/83/942faeb75d22eca94373dc93a816fdfa56f4018bef437894784c93662ff4/zstd-1.3.8.1.tar.gz#sha256=d89e884da59c35e480439f1663cb3cb4cf372e42ba0eb0bdf22b9625414702a3
Best match: zstd 1.3.8.1
Processing zstd-1.3.8.1.tar.gz
Writing /tmp/easy_install-p0pkoq30/zstd-1.3.8.1/setup.cfg
Running zstd-1.3.8.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-p0pkoq30/zstd-1.3.8.1/egg-dist-tmp-kzorxpoa
/home/erik/anaconda3/envs/strax/compiler_compat/ld: cannot find -lpthread
/home/erik/anaconda3/envs/strax/compiler_compat/ld: cannot find -lc
collect2: error: ld returned 1 exit status
error: Setup script exited with error: command 'gcc' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment