Ошибка развертывания приложения Streamlit: WebDriverException: Сообщение: Служба chromedriver неожиданно завершила работPython

Программы на Python
Гость
Ошибка развертывания приложения Streamlit: WebDriverException: Сообщение: Служба chromedriver неожиданно завершила работ

Сообщение Гость »


I have deployed a streamlit web app which has web scraping features implemented to an Azure Web App instance, yet I am getting this error when the web page loads:

WebDriverException: Message: Service chromedriver unexpectedly exited. Status code was: 127 I have found in other replies that some packages may need to be installed (chromium-browser, seleniumbase), but when I add them to requirements.txt, the deployment fails entirely.


Источник: https://stackoverflow.com/questions/780 ... hromedrive

Вернуться в «Python»