Getting keyword names from library 'AutoItLibrary' failed

When starting coding in VS Code it does not recognize the AutoIt library, giving me the error below:
Unresolved library: AutoItLibrary.
Error generating libspec:
Getting keyword names from library ‘AutoItLibrary’ failed: Initializing library ‘AutoItLibrary’ with no arguments failed: com_error: (-2147221164, ‘Class not registered’, None, None).
using the command pip install robotframework-autoitlibrary the library was installed, I checked the PYTHONPATH environment variable. The problem may be related to the way the Robot Framework is accessing the library or the environment configuration

Have you seen this yet?

1 Like