omnifocus-to-kanban icon indicating copy to clipboard operation
omnifocus-to-kanban copied to clipboard

Install error

Open Kondamon opened this issue 7 years ago • 1 comments

Hello!

I have tried to install but I get the following error: running install running bdist_egg error: error in 'egg_base' option: 'src' does not exist or is not a directory

There is no directory called "src" in your repository. Do I have to add something else??

Kondamon avatar Dec 07 '17 12:12 Kondamon

You need to run mkdir src first

To save you further trouble, you will also need to run mkdir log as well.

Aside from that, make sure to pip install all of the requirements. Pretty straight forward except to know that you should use pip install pyyaml pip install py-trello

for the yaml and trello libraries.

Also, when configuring the yaml files keep in mind yaml syntax for arrays ... : .... is different than .... : - .... - ....

tylerweitzman avatar Mar 08 '18 19:03 tylerweitzman