PyDetex icon indicating copy to clipboard operation
PyDetex copied to clipboard

Pyperclip not recognized.

Open pauloney opened this issue 7 months ago • 1 comments

  • OS: Ubuntu 22.04
  • python version: v3.9.10
  • pydetex version: v1.0.8

Running the command from a shell, I get:

$ python3 -m pydetex.gui
/usr/local/lib/python3.8/dist-packages/pydetex/gui.py:246: UserWarning: pyperclip is not available on your system (copy/paste mechanism). GUI buttons were disabled
  warn(error)

Even though pyperclip seems to be installed fine, and Copy & Paste inside the GUI works fine.

$ locate pyperclip
/usr/lib/python3/dist-packages/prompt_toolkit/clipboard/pyperclip.py

Indeed the two buttons at the bottom of the window are disabled.

If I execute:

python3 -m pip show pyperclip 

It recognizes pyperclip as installed, no problems.

pauloney avatar Jul 03 '24 04:07 pauloney