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
With ⬆️ we can proceed but there is an issue emanating from the webdriver_manager package when it drives to look up a browser version.
I also found that this instruction from the pypi homepage
# selenium 4
from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))
throws the same error (I was hoping it might fix it)
The text was updated successfully, but these errors were encountered:
I unblocked the cog_default error and made the ChromeDriverManager().install() changes but now getting this error when running cell 14:
WebDriverException: Message: Service [/home/jovyan/.wdm/drivers/chromedriver/linux64/114.0.5735.90/chromedriver](https://hub.openveda.cloud/user/smohiudd/lab/tree/veda-docs/notebooks/tutorials/.wdm/drivers/chromedriver/linux64/114.0.5735.90/chromedriver) unexpectedly exited. Status code was: 127
I recommend switching to Matplotlib static image generation with Contextly package for a basemap instead of folium/selenium to greatly reduced the complexity of generating the images for the gif frames.
There are at least 2 issues in https://github.com/NASA-IMPACT/veda-docs/blob/ab/gif-gen-errors/notebooks/tutorials/gif-generation.ipynb to address.
no2-monthly
dataset is missingcog_default
from summaries so in that PR and in this version of the gif-generation notebook I use the item's assetswebdriver_manager
package when it drives to look up a browser version.I also found that this instruction from the pypi homepage
throws the same error (I was hoping it might fix it)
The text was updated successfully, but these errors were encountered: