sshkeyboard
sshkeyboard copied to clipboard
sshkeyboard failed to install using micropip (Python script that runs in a browser)
The following error occurred: " raise ModuleNotFoundError( ModuleNotFoundError: The module 'fcntl' is removed from the Python standard library in the Pyodide distribution due to browser limitations. "
After debugging, I found that system().lower() line 22 in init file returns emscripten instead of windows.
Can this be fixed? I need to use the sshkeyboard library soon.
Many thanks for considering my request.