Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when "make generate_env" #533

Closed
Bourdon94m opened this issue Aug 13, 2024 · 2 comments · Fixed by #534
Closed

Error when "make generate_env" #533

Bourdon94m opened this issue Aug 13, 2024 · 2 comments · Fixed by #534

Comments

@Bourdon94m
Copy link

Hello !

Petit soucis sur ma machine en essayant de test le projet avec la commande : "make generate_env".
Cela me met comme erreur qu'il n'arrive pas a trouver des modules py.

image

@tdameros
Copy link
Owner

Hello 👋

Il faut que tu installes les modules python qui se trouvent dans common/docker/requirements.txt :

pip3 install -r common/docker/requirements.txt

@tdameros tdameros linked a pull request Aug 13, 2024 that will close this issue
@a-levra
Copy link
Collaborator

a-levra commented Oct 19, 2024

Pour ceux qui ont le même problème et qui ont la sensation d'avoir déja installé les paquets :
Ne pas oublier de se mettre dans un environnement virtuel :

python3.11 -m venv .venv
source .venv/bin/activate

et après on peut installer les requirements comme décris dans le readme ( d'ailleurs, peut-ê rajotuer dans le readme qu' il faut se mettre dans un venv ..? )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants