muratali016 / Document-ChatGPT

Document based ChatGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyperclip import module fails

nsbuttar opened this issue · comments

Hi Thanks for the code.

It appears that the pyperclip import module not available. Are you able to advise on another package? I'll have a look around

actually could this because of the python 3.11 being unstable?

e>
import pyperclip # Use pyperclip instead
^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pyperclip'

It's not available for 3.11. I was working with 3.9 Python whilst creating the project. Check the compatible versions: https://pypi.org/project/pyperclip/

Thanks mate. Nice work too!