rzc0d3r/ESET-KeyGen

pyperclip issue

Closed this issue · 8 comments

pyperclip don't work on (Python 3.12.3) !

what system you have?

and send the error logs please

Description of Pyperclip

On Windows, no additional modules are needed.

On Mac, this module makes use of the pbcopy and pbpaste commands, which should come with the os.

On Linux, this module makes use of the xclip or xsel commands, which should come with the os. Otherwise run sudo apt-get install xclip or sudo apt-get install xsel (Note: xsel does not always seem to work.)

Otherwise on Linux, you will need the gtk or PyQt4 modules installed.

Windows 10 Enterprise 64-bit

01

Hmm strange. Try install older version example
pip install pyperclip==1.8.1
pip install pyperclip==1.8.0
pip install pyperclip==1.7.0

Same error message / don't work /
I think this is due to the fact that there are no updates to it, it stopped in 2021
(https://pypi.org/project/pyperclip/#history).

Try adding this folder to the root folder of the project
pyperclip.zip

Work 100% / Thanks

Paperclip