I am importing DatabaseLibrary in the Robot Framework in Pycharm but it's showing Unresolved Module. I have tried all possible reasons from my side but unable to resolve this problem.
Unresolved library: DatabaseLibrary. Error generating libspec: Importing library 'DatabaseLibrary' failed: ModuleNotFoundError: No module named 'DatabaseLibrary' Consider adding the needed paths to the "robot.pythonpath" setting and calling the "Robot Framework: Clear caches and restart" action.
Please help me out from this.
I have tried installing pip install robotframework-databaseLibrary
and much more that i can not explain that here in writing.