Using packages installed with pip in Python
Set up installable Python through the link below.
Using Python scripts with an installed Python program(Python v3.10)Run CMD.
Install the Python packages you want to install.
Execute the script in Xshell.
Check that the installed Python package is imported properly.
If you see an error such as ModuleNotFoundError: No module named 'Clipboard' that the module cannot be found. Try the following:
Move the script file to be executed in Xshell to the path below.
C:\Users\ [USER_NAME] \AppData\Local\Programs\Python\Python37-32\Lib\site-packagesExecute the script in Xshell.