Traceback (most recent call last): File "/home/runner/Selenium-test/venv/bin/pip", line 5, in <module> from pip._internal.cli.main import main ModuleNotFoundError: No module named 'pip'
I tried adding the following code in replit.nix , but it didn’t work:
Traceback (most recent call last): File "/home/runner/Selenium-test/venv/bin/poetry", line 5, in <module> from poetry.console import main ModuleNotFoundError: No module named 'poetry'
Well, I was able to install the packages I needed using Replit packages tool, so no need to use poetry/pip.