Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 117770f

Browse files
authored
docs: Add note about fixed wget error (#1181)
1 parent 8b892ff commit 117770f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/troubleshoot_general_tips.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,17 @@ During ``make requirements`` there would be an error::
273273

274274
This was resolved in July 2023 with https://github.com/openedx/edx-platform/pull/32732.
275275

276+
Cannot run ``make upgrade`` in lms shell due to missing wget
277+
------------------------------------------------------------
278+
279+
``make upgrade`` or ``make compile-requirements`` in lms-shell would produce an error about wget::
280+
281+
wget -O "requirements/common_constraints.txt" https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
282+
/bin/sh: 1: wget: not found
283+
make[1]: *** [Makefile:115: requirements/common_constraints.txt] Error 127
284+
285+
This error was `introduced <https://github.com/openedx/edx-platform/pull/33271>`_ and `resolved <https://github.com/openedx/edx-platform/pull/33288>`_ in September 2023. While this can be solved by updating your devstack, you can also run ``apt update; apt install wget`` from lms-shell to resolve this temporarily.
286+
276287
.. _update your repos and pull the latest images:
277288

278289
Updating Devstack

0 commit comments

Comments
 (0)