PremierLangage / premierlangage

Server for auto-evaluating exercices
Other
18 stars 9 forks source link

Implemented PLTP survey feature based on POC #533

Closed clementga closed 1 year ago

nborie commented 1 year ago

Just a comment...

When trying to install the branch, I git get the following error

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for psycopg2
  Running setup.py clean for psycopg2
Successfully built django-http-method django-markdown-deux pydenticon pygiftparser yattag
Failed to build psycopg2
ERROR: Could not build wheels for psycopg2, which is required to install pyproject.toml-based projects

Which was solve asking the web and installing the following

sudo apt-get install libpq-dev python3-dev

I am not able to say if this deserve some documentation (insisde dependencies or not). Since it is new for me, I leave here the information as a comment.