Import fine not found error

Hello, I am trying to write my first testscript in Robotframework with help of online tutorials.

I am getting ‘import file not found’ error when adding seleniumlibrary or flaui library in pycharm editor.

I have python 3.13.1 installed.
pip 24.3.1

Used Hyper Robotframework support plugin as well

Please help me with this.

Thanks!

PyCharm plugins for Robot Framework may be outdated/unmaintained.
But even if IDE reports error in importing library, your test suite may be fine. Just test if it works with robot from command line/shell/terminal.

These days, the most used IDE is Visual Studio Code, with plugin Robot Code.
Another option, is to use the specific for Robot Framework IDE (not a generic or programming languages, IDE), RIDE.