Skip to content
Advertisement

Azure Machine Learning installing chromedriver on a pipeline

I m trying to run my python script (which uses chromedriver) on a pipeline to be able to call it from Azure Data Factory.

when i run the pipeline, i am getting error of chromedriver isn’t at path. The script works fine with my local environment. I also tried to install chromedriver according to below code in my python script.

JavaScript

How i call chrome driver in script:

JavaScript

The error when i run pipeline:

JavaScript

Thank you for your time.

Advertisement

Answer

Using dockerfile for creating a new environment and installing chrome with requirements solved the problem.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement