sarenka
sarenka copied to clipboard
Nom executing
Hi, It looks like you don't have Django installed, or you didn't activate venv . Please:
- create virtualenv with python3 (at least 3.8)
- activate virtualenv
- install required libraries from requirements.txt
- Then run sarenka.py script. Regards
Same error with virtualenv enabled.
Could you provide me output from pip freeze command or reinstall Django library and check if you have db.sqlite3 file?
I do not want to hijack this issue, but would just like to add a comment, that I have the exact same failure. Plain and updated 20.04 fails to install, so it should be fairly easy to replicate :-) It is indeed a very interesting project, it would be cool to get it up and running.