KanbanView icon indicating copy to clipboard operation
KanbanView copied to clipboard

Add support for anaconda (app)

Open lucbeaulieu opened this issue 5 years ago • 4 comments

The make app command does not work on my computer (macOS 10.15.4). I have tried both in the regular shell and in the pipenv shell. Both ends with: make: *** [app] Error 1.

lucbeaulieu avatar Apr 19 '20 16:04 lucbeaulieu

Please test again. I created a new GUI, added more statistics, added more tests, enabled global project view, the backend is now faster, I removed lint, and refactored the code. In case make app is still not working, I'd need to have some shell output here.

AlexanderWillner avatar Apr 21 '20 20:04 AlexanderWillner

See attached PDF file. I have tried both directly and within the pipenv. Note that I did the make install and make deps-install before trying make app just to be on the safe side.

Compile error.pdf

lucbeaulieu avatar Apr 21 '20 21:04 lucbeaulieu

Mh, hard to tell. Most probably related to your anaconda installation. Might be related to this SO issue.

AlexanderWillner avatar Apr 22 '20 12:04 AlexanderWillner

Just installed anaconda, was able to reproduce the issue and it seems to be difficult to use pywebview within anaconda. For now I'd suggest to use a normal Python installation (e.g. via brew install python), but I'll leave this issue open.

AlexanderWillner avatar Apr 22 '20 13:04 AlexanderWillner