You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the 4.31.0 image, I noticed that our integration tests on CircleCI were reporting an error about permissions.
Upon further infestation it seems that the /opt/venv directory is already created and is owned by the root user. Rolling back to image 4.30.0 seems to fix the issue as the /opt/venv directory doesn't exist.
Command used to start Selenium Grid with Docker (or Kubernetes)
Installing dependencies from lock file
The lock file might not be compatible with the current version of Poetry.
Upgrade Poetry to ensure the lock file is read properly or, alternatively, regenerate the lock file with the `poetry lock` command.
Package operations: 66 installs, 4 updates, 0 removals
- Installing attrs (23.2.0): Failed
PermissionError
[Errno 13] Permission denied: '/opt/venv/lib/python3.12/site-packages/attr'
at /usr/lib/python3.12/pathlib.py:1313 in mkdir
1309│ """ 1310│ Create a new directory at this given path. 1311│ """
1312│ try:
→ 1313│ os.mkdir(self, mode)
1314│ except FileNotFoundError:
1315│ if not parents or self.parent == self:
1316│ raise
1317│ self.parent.mkdir(parents=True, exist_ok=True)
Cannot install attrs.
Operating System
Ubuntu
Docker Selenium version (image tag)
4.31.0-20250404
Selenium Grid chart version (chart version)
No response
The text was updated successfully, but these errors were encountered:
@b4handjr, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
If the issue is a question, add the I-question label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-* label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer label.
Thank you!
b4handjr
changed the title
[🐛 Bug]: Poetry install are vailing due to /opt/venv directory existing.
[🐛 Bug]: Poetry installs are failing due to /opt/venv directory existing.
Apr 8, 2025
What happened?
Using the 4.31.0 image, I noticed that our integration tests on CircleCI were reporting an error about permissions.
Upon further infestation it seems that the
/opt/venv
directory is already created and is owned by theroot
user. Rolling back to image4.30.0
seems to fix the issue as the/opt/venv
directory doesn't exist.Command used to start Selenium Grid with Docker (or Kubernetes)
Relevant log output
Operating System
Ubuntu
Docker Selenium version (image tag)
4.31.0-20250404
Selenium Grid chart version (chart version)
No response
The text was updated successfully, but these errors were encountered: