Dear Support Team,
Upon attempting to set up the necessary python dependencies, I encountered the following limitations in the current environment:
1. Missing pip:** The environment does not have pip installed, making it impossible to install required Python packages locally.
2. Missing sudo privileges: I do not have superuser access to install system-level packages or dependencies (like libplaywright or standard system libraries).
The specific error message when attempting to install playwright (and its required dependencies) via the terminal was as follows:
When I tried python3 -m pip install playwright:
/usr/bin/python3: No module named pip
When I tried sudo apt-get install -y python3-pip:
/usr/bin/bash: line 3: sudo: command not found
To summarize for your support ticket:
1. pip is absent: The Python 3 environment in the current container does not include pip, meaning I cannot install any standard Python packages (like playwright, selenium, etc.).
2. sudo is restricted: I lack the elevated permissions required to install system-level packages (like apt-get or OS-level dependencies needed for browser rendering engines).
Could you please assist with resolving the issue?
Alternatively, if there is a preferred way to manage project-specific dependencies in this environment, please let me know.
Thank you,
Sergey Krupenin