Skip to content

Instantly share code, notes, and snippets.

@pdeperio
Created September 11, 2015 13:42
Show Gist options
  • Save pdeperio/9b3d6ead93103d549c43 to your computer and use it in GitHub Desktop.
Save pdeperio/9b3d6ead93103d549c43 to your computer and use it in GitHub Desktop.
150911-MacOSX_pax_make_test_error
pdeperio$ make test
python setup.py test
running test
Searching for llvmlite
Best match: llvmlite 0.7.0
Processing llvmlite-0.7.0-py3.4.egg
Using /Users/pdeperio/XENON/XENON1T/Software/pax/.eggs/llvmlite-0.7.0-py3.4.egg
Searching for bumpversion
Best match: bumpversion 0.5.3
Processing bumpversion-0.5.3-py3.4.egg
Using /Users/pdeperio/XENON/XENON1T/Software/pax/.eggs/bumpversion-0.5.3-py3.4.egg
Searching for coverage
Best match: coverage 4.0b3
Processing coverage-4.0b3-py3.4-macosx-10.5-x86_64.egg
Using /Users/pdeperio/XENON/XENON1T/Software/pax/.eggs/coverage-4.0b3-py3.4-macosx-10.5-x86_64.egg
Searching for tox
Best match: tox 2.1.1
Processing tox-2.1.1-py3.4.egg
Using /Users/pdeperio/XENON/XENON1T/Software/pax/.eggs/tox-2.1.1-py3.4.egg
Searching for pluggy<0.4.0,>=0.3.0
Best match: pluggy 0.3.0
Processing pluggy-0.3.0-py3.4.egg
Using /Users/pdeperio/XENON/XENON1T/Software/pax/.eggs/pluggy-0.3.0-py3.4.egg
Searching for virtualenv>=1.11.2
Best match: virtualenv 13.1.2
Processing virtualenv-13.1.2-py3.4.egg
Using /Users/pdeperio/XENON/XENON1T/Software/pax/.eggs/virtualenv-13.1.2-py3.4.egg
running egg_info
writing dependency_links to pax.egg-info/dependency_links.txt
writing top-level names to pax.egg-info/top_level.txt
writing pax.egg-info/PKG-INFO
writing requirements to pax.egg-info/requires.txt
package init file 'pax/config/__init__.py' not found (or not a regular file)
package init file 'pax/plugins/peak_processing/__init__.py' not found (or not a regular file)
package init file 'pax/plugins/interaction_processing/__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 '*'
writing manifest file 'pax.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "setup.py", line 55, in <module>
tests_require=test_requirements
File "/Users/pdeperio/anaconda3/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/Users/pdeperio/anaconda3/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/Users/pdeperio/anaconda3/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/pdeperio/anaconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/command/test.py", line 142, in run
File "/Users/pdeperio/anaconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/command/test.py", line 122, in with_project_on_sys_path
File "/Users/pdeperio/anaconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/command/test.py", line 163, in run_tests
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/main.py", line 92, in __init__
self.parseArgs(argv)
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/main.py", line 139, in parseArgs
self.createTests()
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/main.py", line 146, in createTests
self.module)
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/loader.py", line 146, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/loader.py", line 146, in <listcomp>
suites = [self.loadTestsFromName(name, module) for name in names]
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/loader.py", line 117, in loadTestsFromName
return self.loadTestsFromModule(obj)
File "/Users/pdeperio/anaconda3/lib/python3.4/site-packages/setuptools-18.1-py3.4.egg/setuptools/command/test.py", line 37, in loadTestsFromModule
File "/Users/pdeperio/anaconda3/lib/python3.4/unittest/loader.py", line 114, in loadTestsFromName
parent, obj = obj, getattr(obj, part)
AttributeError: 'module' object has no attribute 'test_checkbounds'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/Users/pdeperio/anaconda3/lib/root/ROOT.py", line 577, in cleanup
facade = sys.modules[ __name__ ]
KeyError: 'ROOT'
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment