Closed LeDilam closed 4 months ago
The issue is fixed. I don't know what was causing the problem.
I have uninstall poetry (with sudo apt remove python3-poetry
), remove all local changes of the project (one important issue was with one of the local changes), commented Dragnet
and ExtractNet
between lines 54 and 66 in pyproject.toml
, use the pip install in venv and it worked.
I have try running the project, by trying both methods, and it always fails. Most probably for dependency or version issues. I had dependency issues with poetry itself (outside of the project) which I succeeded to solve. When I run :
poetry install && poetry shell
I get :When I try :
I get for the last command :
I have try to remove the lock file and it did not fix the issue. I have also try different path for the repository variable in the pyproject.toml file.
I don't know how to solve the issue. Thank you for your help.