Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Scripting >> Selenium >> Python >> How to resolve module missing errors when running a project in PyCharm

When using PyCharm as non admin user with virtual environment, the Project Interpreter (in this case Python Interpreter) environment may not have the selenium module in the virtual environment.

Resolve by ...

 

File -> Settings

 

Project (...) -> Python Interpreter

 

Click the [+] button to install

 

Search for the package, in this case we are missing selenium package

 

Click Install Package

 

 

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]