andreasgrill / auto-selfcontrol

Small utility to schedule start and stop times of SelfControl
MIT License
305 stars 37 forks source link

NameError: name 'platform_release' is not defined #32

Open angelakong opened 6 years ago

angelakong commented 6 years ago

Hi,

I'm trying to install your app -- thanks very much for creating this! When I run the commend "/usr/bin/python setup.py install" in the auto-selfcontrol directory, I get the following error. I have tried installing pyobjc with Pip, but that does not seem to address the error. I also wasn't able to find 'platform_release" in the setup.py file, so I'm not sure how to fix this error. Any help would be much appreciated! Thank you!

The error message is as follows:

Processing dependencies for auto-selfcontrol==1.0 Traceback (most recent call last): File "setup.py", line 11, in install_requires=["pyobjc", "pyobjc-core"] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/install.py", line 67, in run self.do_egg_install() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/install.py", line 117, in do_egg_install cmd.run() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 389, in run self.easy_install(spec, not self.no_deps) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 619, in easy_install return self.install_item(None, spec, tmpdir, deps, True) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 670, in install_item self.process_distribution(spec, dist, deps) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/setuptools/command/easy_install.py", line 718, in process_distribution [requirement], self.local_index, self.easy_install File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 854, in resolve new_requirements = dist.requires(req.extras)[::-1] File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 2617, in requires dm = self._dep_map File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 2818, in _dep_map self.dep_map = self._compute_dependencies() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init__.py", line 2851, in _compute_dependencies common = frozenset(reqs_for_extra(None)) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 2848, in reqs_for_extra if req.marker_fn(override={'extra':extra}): File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/_markerlib/markers.py", line 113, in marker_fn return eval(compiled_marker, environment) File "", line 1, in NameError: name 'platform_release' is not defined