muratali016 / Document-ChatGPT

Document based ChatGPT
Apache License 2.0
8 stars 3 forks source link

pyperclip import module fails #3

Closed nsbuttar closed 1 year ago

nsbuttar commented 1 year ago

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

nsbuttar commented 1 year ago

actually could this because of the python 3.11 being unstable?

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

muratali016 commented 1 year ago

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/

nsbuttar commented 1 year ago

Thanks mate. Nice work too!