Skip to content

Bot is not working,  #9

Description

@alicengizk

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions