jpjacobpadilla / Google-Colab-Selenium

The best way to use Selenium in Google Colab Notebooks!
https://pypi.org/project/google-colab-selenium/
MIT License
181 stars 20 forks source link

issue regarding colab_selenium #5

Closed Cwei13j closed 5 months ago

Cwei13j commented 6 months ago

CalledProcessError: Command '['sudo', 'apt', 'upgrade']' returned non-zero exit status 100.

The above exception was the direct cause of the following exception:

GoogleColabSeleniumError Traceback (most recent call last) /usr/local/lib/python3.10/dist-packages/google_colab_selenium/colab_selenium_manager.py in update_upgrade_apt(cls) 49 50 except Exception as e: ---> 51 raise GoogleColabSeleniumError('Failed to update and upgrade APT') from e 52 53 else:

GoogleColabSeleniumError: Failed to update and upgrade APT

    If you believe this isn't due to a configuration error on your end, please
    report the issue with any details you can provide about the steps leading
    up to this error.
jpjacobpadilla commented 6 months ago

Can you send a Notebook recreating the error? The package seems to be working as expected on the example Notebook (in the README.md)