Kav-K/GPTDiscord

[BUG] Issues installing requirements.txt

transparentdino opened this issue · 2 comments

Describe the bug
Unable to replace blinker 1.4 and Issues running gpt3discord.py, so far I have been unable to run screen gpt3discord and executing gpt3discord.py leads to missing files that some I cant install

To Reproduce
After running python3.9 -m pip install -r requirements.txt I was greeted with this error:

DEPRECATION: distro-info 0.23ubuntu1 has a non-standard version number. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of distro-info or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at pypa/pip#12063
DEPRECATION: python-debian 0.1.36ubuntu1 has a non-standard version number. pip 24.0 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of python-debian or contact the author to suggest that they release a version with a conforming version number. Discussion can be found at pypa/pip#12063
Installing collected packages: blinker, beautifulsoup4, backoff, anyio, annotated-types, aiostream, aiofiles, youtube_transcript_api, tiktoken, scikit-learn, pytest-asyncio, pydantic, pinecone-client, pandas, huggingface-hub, httpx, google-auth, flask, dataclasses-json, aiohttp, transformers, replicate, py-cord, openai-whisper, openai, langsmith, google-auth-httplib2, google-api-core, e2b, sentence-transformers, pycord-multicog, langchain, google-api-python-client, llama-index
Attempting uninstall: blinker
Found existing installation: blinker 1.4
ERROR: Cannot uninstall 'blinker'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

If I were you I would run it in docker, it is made exactly to avoid such dependencies issues.

Hi @transparentdino sorry for the late response, can you try doing
python3.9 -m pip install flask==3.0.0 --ignore-installed
and then run the regular install from requirements command again and let me know what sort of output you get?