sarenka icon indicating copy to clipboard operation
sarenka copied to clipboard

Nom executing

Open meetgyn opened this issue 3 years ago • 4 comments

image

meetgyn avatar Aug 11 '21 01:08 meetgyn

Hi, It looks like you don't have Django installed, or you didn't activate venv . Please:

  1. create virtualenv with python3 (at least 3.8)
  2. activate virtualenv
  3. install required libraries from requirements.txt
  4. Then run sarenka.py script. Regards

KTZgraph avatar Aug 12 '21 18:08 KTZgraph

Same error with virtualenv enabled.

vasilistcp avatar Sep 01 '21 11:09 vasilistcp

Could you provide me output from pip freeze command or reinstall Django library and check if you have db.sqlite3 file?

KTZgraph avatar Sep 05 '21 11:09 KTZgraph

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.

kimthostrup avatar Sep 30 '21 14:09 kimthostrup