TheExplainthis / ChatGPT-Tinder-Bot

This is a repository that allows you to integrate ChatGPT into Discord.
MIT License
173 stars 239 forks source link

Bot is not working, #9

Open alicengizk opened 11 months ago

alicengizk commented 11 months ago

Hi,

Bot is not working,

ValueError

'/home/runner/ChatGPT-Tinder-Bot/.pythonlibs/bin/amp' is not in the subpath of '/home/runner/ChatGPT-Tinder-Bot/.pythonlibs/lib/python3.10/site-packages' OR one path is relative and the other is absolute.

at /nix/store/xf54733x4chbawkh1qvy9i1i4mlscy1c-python3-3.10.11/lib/python3.10/pathlib.py:818 in relative_to 814│ n = len(to_abs_parts) 815│ cf = self._flavour.casefold_parts 816│ if (root or drv) if n == 0 else cf(abs_parts[:n]) != cf(to_abs_parts): 817│ formatted = self._format_parsed_parts(to_drv, to_root, to_parts) → 818│ raise ValueError("{!r} is not in the subpath of {!r}" 819│ " OR one path is relative and the other is absolute." 820│ .format(str(self), str(formatted))) 821│ return self._from_parsed_parts('', root if n == 1 else '', 822│ abs_parts[n:])

exit status 1

Traceback (most recent call last): File "/home/runner/ChatGPT-Tinder-Bot/main.py", line 3, in from src.chatgpt import ChatGPT, DALLE File "/home/runner/ChatGPT-Tinder-Bot/src/chatgpt.py", line 1, in from src.models import ModelInterface File "/home/runner/ChatGPT-Tinder-Bot/src/models.py", line 2, in import openai ModuleNotFoundError: No module named 'openai'