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

pip3 install -r requirements.txt fails #18

Open
technicalpickles opened this issue Dec 20, 2022 · 6 comments
Open

pip3 install -r requirements.txt fails #18

technicalpickles opened this issue Dec 20, 2022 · 6 comments

Comments

@technicalpickles
Copy link

INFO: pip is looking at multiple versions of openaiauth to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 21) and OpenAIAuth==0.0.4 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested OpenAIAuth==0.0.4
    revchatgpt 0.0.43.4 depends on OpenAIAuth>=0.0.6

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
WARNING: You are using pip version 22.0.4; however, version 22.3.1 is available.
You should consider upgrading via the '/Users/technicalpickles/.asdf/installs/python/3.10.5/bin/python3.10 -m pip install --upgrade pip' command.
@pannet1
Copy link

pannet1 commented Dec 28, 2022

change requirements to

OpenAIAuth>=0.0.6

@technicalpickles
Copy link
Author

Looks like 0.0.6 was yanked too, and now the source is archived: https://github.com/acheong08/OpenAIAuth

@leeguooooo
Copy link

you can run
pip3 install -r requirements.txt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

@technicalpickles
Copy link
Author

I was able to install with that, thanks. Maybe can suggest that instead of just pip3 install -r requirements.txt?

@ArtBIT
Copy link

ArtBIT commented Jan 18, 2023

Looks like 0.0.6 was yanked too, and now the source is archived: https://github.com/acheong08/OpenAIAuth
You can install it from github:
pip3 install git+https://github.com/acheong08/OpenAIAuth.git@main

@delucca
Copy link

delucca commented Feb 7, 2023

I'm not being able to run @leeguooooo command's. I get this error:

ollecting bs4==0.0.1
  Downloading http://pypi.doubanio.com/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz (1.1 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
      [end of output

(I've already tried to run pip install setuptools, my machine already has it installed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants