Hi, Really interested in using Trigger for a variety of things. Right now I have a pressing need to quickly test ACLs and it seems Trigger would be perfect for that. However, I am unable to install it due to an issue with SimpleParse. This is not specifically related to Trigger but I was hoping someone here has found a solution already. Error details are below. The same thing happens if I try to install SimpleParse manually.
Downloading/unpacking SimpleParse (from trigger)
Using download cache from /Users/began/.pip/cache/https%3A%2F%
2Fpypi.python.org%2Fpackages%2Fsource%2FS%2FSimpleParse%2FSimpleParse-2.1.1.tar.gz
Running setup.py egg_info for package SimpleParse
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/Users/began/Projects/Envs/trigger/build/SimpleParse/setup.py", line 99, in <module>
**extraArguments
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 243, in __init__
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 287, in __init__
self.finalize_options()
File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 275, in finalize_options
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2033, in require
maps = {}
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2236, in requires
"""Return the EntryPoint object for `group`+`name`, or ``None``"""
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2225, in _dep_map
try:
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 1129, in is_invalid_marker
Any runs of non-alphanumeric characters are replaced with a single '_',
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 1214, in evaluate_marker
exec script_code in namespace, namespace
NameError: global name 'parser' is not defined
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/Users/began/Projects/Envs/trigger/build/SimpleParse/setup.py", line 99, in <module>
**extraArguments
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 243, in __init__
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 287, in __init__
self.finalize_options()
File "build/bdist.macosx-10.9-x86_64/egg/setuptools/dist.py", line 275, in finalize_options
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2033, in require
maps = {}
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2236, in requires
"""Return the EntryPoint object for `group`+`name`, or ``None``"""
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 2225, in _dep_map
try:
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 1129, in is_invalid_marker
Any runs of non-alphanumeric characters are replaced with a single '_',
File "build/bdist.macosx-10.9-x86_64/egg/pkg_resources.py", line 1214, in evaluate_marker
exec script_code in namespace, namespace
NameError: global name 'parser' is not defined
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /Users/began/Projects/Envs/trigger/build/SimpleParse
Storing complete log in /Users/began/.pip/pip.log