Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issues installing requirements.txt #433

Open
transparentdino opened this issue Nov 21, 2023 · 2 comments
Open

[BUG] Issues installing requirements.txt #433

transparentdino opened this issue Nov 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working high-prio

Comments

@transparentdino
Copy link

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.

@transparentdino transparentdino added the bug Something isn't working label Nov 21, 2023
@transparentdino transparentdino changed the title [BUG] [BUG] Issues installing requirements.txt Nov 21, 2023
@Paillat-dev
Copy link
Contributor

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

@Kav-K
Copy link
Owner

Kav-K commented Nov 30, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-prio
Projects
None yet
Development

No branches or pull requests

3 participants