andreasgrill / auto-selfcontrol

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

Cannot install the package. #24

Open harisaisandeep opened 6 years ago

harisaisandeep commented 6 years ago

I tried installing the package and its failing with the following error `Modules/_Vision.m:6:9: fatal error: 'Vision/Vision.h' file not found

import <Vision/Vision.h>

    ^

1 error generated.`

I Have python 3.5 installed in my machine.

sbibauw commented 6 years ago

You do not need to install anything. You should just run

sudo /usr/bin/python auto-selfcontrol.py

from the directory where you installed auto-selfcontrol. It should be enough in most cases.

harisaisandeep commented 6 years ago

Yeah...got It ..Thanks.