# python setup.py install running install running bdist_egg running egg_info writing requirements to popcorn.egg-info/requires.txt writing popcorn.egg-info/PKG-INFO writing top-level names to popcorn.egg-info/top_level.txt writing dependency_links to popcorn.egg-info/dependency_links.txt writing entry points to popcorn.egg-info/entry_points.txt reading manifest file 'popcorn.egg-info/SOURCES.txt' writing manifest file 'popcorn.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/popcorn copying build/lib/popcorn/__init__.py -> build/bdist.linux-x86_64/egg/popcorn copying build/lib/popcorn/__main__.py -> build/bdist.linux-x86_64/egg/popcorn copying build/lib/popcorn/compute.py -> build/bdist.linux-x86_64/egg/popcorn copying build/lib/popcorn/fit.py -> build/bdist.linux-x86_64/egg/popcorn copying build/lib/popcorn/jackknife.py -> build/bdist.linux-x86_64/egg/popcorn copying build/lib/popcorn/sumstats.py -> build/bdist.linux-x86_64/egg/popcorn byte-compiling build/bdist.linux-x86_64/egg/popcorn/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/popcorn/__main__.py to __main__.pyc byte-compiling build/bdist.linux-x86_64/egg/popcorn/compute.py to compute.pyc byte-compiling build/bdist.linux-x86_64/egg/popcorn/fit.py to fit.pyc byte-compiling build/bdist.linux-x86_64/egg/popcorn/jackknife.py to jackknife.pyc byte-compiling build/bdist.linux-x86_64/egg/popcorn/sumstats.py to sumstats.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying popcorn.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO creating 'dist/popcorn-0.9.9-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing popcorn-0.9.9-py2.7.egg removing '/usr/lib/python2.7/site-packages/popcorn-0.9.9-py2.7.egg' (and everything under it) creating /usr/lib/python2.7/site-packages/popcorn-0.9.9-py2.7.egg Extracting popcorn-0.9.9-py2.7.egg to /usr/lib/python2.7/site-packages popcorn 0.9.9 is already the active version in easy-install.pth Installing popcorn script to /usr/bin Installed /usr/lib/python2.7/site-packages/popcorn-0.9.9-py2.7.egg Processing dependencies for popcorn==0.9.9 Searching for bottleneck>=1.0.0 Reading https://pypi.python.org/simple/bottleneck/ Best match: Bottleneck 1.2.1 Downloading https://files.pythonhosted.org/packages/05/ae/cedf5323f398ab4e4ff92d6c431a3e1c6a186f9b41ab3e8258dff786a290/Bottleneck-1.2.1.tar.gz#sha256=6efcde5f830aed64feafca0359b51db0e184c72af8ba6675b4a99f263922eb36 Processing Bottleneck-1.2.1.tar.gz Writing /tmp/easy_install-0DEvA4/Bottleneck-1.2.1/setup.cfg Running Bottleneck-1.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-0DEvA4/Bottleneck-1.2.1/egg-dist-tmp-jLV8z8 Traceback (most recent call last): File "setup.py", line 37, in author_email="brielin.brown@gmail.com" File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/site-packages/setuptools/command/install.py", line 73, in run self.do_egg_install() File "/usr/lib/python2.7/site-packages/setuptools/command/install.py", line 101, in do_egg_install cmd.run() File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 380, in run self.easy_install(spec, not self.no_deps) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 604, in easy_install return self.install_item(None, spec, tmpdir, deps, True) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 655, in install_item self.process_distribution(spec, dist, deps) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 706, in process_distribution [requirement], self.local_index, self.easy_install File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 618, in resolve dist = best[req.key] = env.best_match(req, self, installer) File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 862, in best_match return self.obtain(req, installer) # try and download/install File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 874, in obtain return installer(requirement) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 623, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 653, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 849, in install_eggs return self.build_and_install(setup_script, setup_base) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1130, in build_and_install self.run_setup(setup_script, setup_base, args) File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1115, in run_setup run_setup(setup_script, args) File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 69, in run_setup lambda: execfile( File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 120, in run return func() File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 71, in {'__file__':setup_script, '__name__':'__main__'} File "setup.py", line 110, in File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/site-packages/setuptools/command/bdist_egg.py", line 177, in run self.run_command("egg_info") File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 185, in run self.find_sources() File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 261, in find_sources mm.run() File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 327, in run self.add_defaults() File "/usr/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 363, in add_defaults sdist.add_defaults(self) File "/usr/lib/python2.7/site-packages/setuptools/command/sdist.py", line 231, in add_defaults build_ext = self.get_finalized_command('build_ext') File "/usr/lib64/python2.7/distutils/cmd.py", line 312, in get_finalized_command cmd_obj.ensure_finalized() File "/usr/lib64/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "setup.py", line 24, in finalize_options author='Brielin Brown', AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'