I am trying to import the pyperclip module in Mu. I get:
ModuleNotFoundError: No module named 'pyperclip'
I was able to import the module yesterday. I can import other modules. I can import and use the pyperclip module in IDLE. I have uninstalled and reinstalled the module using pip3. It is in /.local/lib/python3.8/site-packages
Any ideas? Thank you