
It supports huge number of GUI Frameworks.It can be easily integrated with other languages due to its large standard library support.It supports object oriented features like Inheritance, polymorphism etc.It is supported on almost all kind of Infrastructure.In fact, it is one of the most used programming language in the world. It is often used to build software and applications for multiple environments and platforms. Python is an open source object oriented programming language written in C by Guido van Rossum. While there are many ways to install python 3 on Ubuntu 20.04 but here we will focus on the most simplest way. Developers and Programmers love to code in this language due to its easy integration with other programming languages. Python is a very popular open source interpreted high level programming language. This process is probably running in the background even while it is terminated.In this article, I will take you through the steps to Install Python 3 on Ubuntu 20.04. I have added the following arguments while initializing chrome to resolve this error: chrome_options.add_argument('-headless')Ĭhrome_options.add_argument('-no-sandbox')Ĭhrome_options.add_argument('-disable-dev-shm-usage')Īs it works in the first go, we can discount the error of chromedriver not being in the correct directory. I have to restart the server every time I try to run it again.

(unknown error: DevToolsActivePort file doesn't exist)



: Message: unknown error: Chrome failed to start: crashed. But after it is terminated once, it fails to initialize chrome and gives the following error: My code works in general, but as it takes 20-25 minutes to run, we have to terminate it manually sometimes. I have checked the versions of Chrome and Chromedriver, they are the same. I am trying to run a Selenium code on the Ubuntu server as a background task using celery.
