Library: RequestLibrary Error Message

Unresolved library: RequestLibrary. Error generating libspec: Importing library ‘RequestLibrary’ failed: ModuleNotFoundError: No module named ‘RequestLibrary’ Consider adding the needed paths to the “robot.pythonpath” setting and calling the “Robot Framework: Clear caches and restart” action.

  1. what editor you use ?
  2. what lsp you use ?

That error happens when your editor asks LSP about what keywords are in the project and your editor’s configuration for the LSP is not correctly set up.

Thank you for your response ,
I am using Pycharm IDE and trying to setup API testing, but requrstlibrary given me the error message
Thanks again for your help

Maybe start with this;

and then re-install the requestslibrary into the created venv.