Incorrect installation?
tjohnston-cd opened this issue · 2 comments
tjohnston-cd commented
After following these install instructions from the readme:
pip install git+https://github.com/fogine/i3-workscreen.git
Running fails with ImportError: No module named validationschema
Any ideas?
edit: this is in Ubuntu 18.04 running Python 2.7. I confirmed the same behaviour in the ubuntu:latest
container image off Dockerhub as well..
fogine commented
As stated in readme, it requires python 3.
Do you experience the same issue while running it with python 3?
tjohnston-cd commented
Ah, woops. You could probably use something like this to declare that..?
Anyway, it works in python3 for sure. Thanks!