79176520

Date: 2024-11-11 05:52:07
Score: 2
Natty:
Report link

When you run poetry run python it tries to run the python command within the venv. But the problem is python interpreter which is going to be run is symlink of the python3 in that virtual environment, and you cannot copy symlinks of something in your computer to the docker container.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Amirhossein Shapoori