PyAr / PyZombis

Programación Python para Zombis MOOC (código y materiales del curso abierto y masivo en linea)
GNU Affero General Public License v3.0
22 stars 48 forks source link

Fix DockerFile, In requirements.txt playwright==1.11.2 version is not available. Updating the version fixes the issue. #299

Closed abadoni5 closed 7 months ago

abadoni5 commented 9 months ago

These errors can be fixed by simply changing requirements.txt

ERROR: Could not find a version that satisfies the requirement playwright==1.11.2 (from versions: 1.17.0, 1.17.1, 1.17.2, 1.18.0, 1.18.1, 1.18.2, 1.19.0, 1.19.1, 1.20.0, 1.20.1, 1.21.0, 1.22.0, 1.23.0, 1.23.1, 1.24.0, 1.24.1, 1.25.0, 1.25.1, 1.25.2, 1.26.0, 1.26.1, 1.27.0, 1.27.1, 1.28.0, 1.29.0, 1.29.1, 1.30.0, 1.31.0, 1.31.1, 1.32.0, 1.32.1, 1.33.0, 1.34.0, 1.35.0, 1.36.0, 1.37.0, 1.38.0, 1.39.0, 1.40.0) 7.742 ERROR: No matching distribution found for playwright==1.11.2

abadoni5 commented 9 months ago

Please assign this issue to me, I have already worked on it and fixed it locally.