-
Notifications
You must be signed in to change notification settings - Fork 116
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]: 这是安装requirements.txt失败了吗? #95
Comments
运行app.py出现以下信息 `Administrator@DESKTOP-8SNFVVT MINGW64 ~/wechat-gptbot (main) | | / /__ / / / ____ / / / / __ / / __ ) / / [INFO][2023-10-03 07:52:14][manager.py:42] - Checking plugins... During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
Search for answers in existing issues
Python version
other
Issue description
安装requirements.txt出现下列信息。这是出错了?为啥还卸载了?最新的python 3.11.5
Downloading openai-0.27.8-py3-none-any.whl (73 kB) ---------------------------------------- 73.6/73.6 kB 1.3 MB/s eta 0:00:00 Downloading pydantic-2.1.1-py3-none-any.whl (370 kB) ---------------------------------------- 370.9/370.9 kB 1.4 MB/s eta 0:00:00 Downloading litellm-0.1.365-py3-none-any.whl (35 kB) Downloading pydantic_core-2.4.0-cp311-none-win_amd64.whl (1.7 MB) ---------------------------------------- 1.7/1.7 MB 1.4 MB/s eta 0:00:00 Downloading annotated_types-0.5.0-py3-none-any.whl (11 kB) Installing collected packages: pyfiglet, websocket_client, termcolor, pydantic-core, lxml, dulwich, charset-normalizer, beautifulsoup4, annotated-types, requests, pydantic, openai, litellm Attempting uninstall: websocket_client Found existing installation: websocket-client 1.2.0 Uninstalling websocket-client-1.2.0: Successfully uninstalled websocket-client-1.2.0 Attempting uninstall: lxml Found existing installation: lxml 4.9.3 Uninstalling lxml-4.9.3: Successfully uninstalled lxml-4.9.3 Attempting uninstall: dulwich Found existing installation: dulwich 0.21.6 Uninstalling dulwich-0.21.6: Successfully uninstalled dulwich-0.21.6 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 3.3.0 Uninstalling charset-normalizer-3.3.0: Successfully uninstalled charset-normalizer-3.3.0 Attempting uninstall: beautifulsoup4 Found existing installation: beautifulsoup4 4.12.2 Uninstalling beautifulsoup4-4.12.2: Successfully uninstalled beautifulsoup4-4.12.2 Attempting uninstall: requests Found existing installation: requests 2.28.2 Uninstalling requests-2.28.2: Successfully uninstalled requests-2.28.2 Attempting uninstall: pydantic Found existing installation: pydantic 1.10.13 Uninstalling pydantic-1.10.13: Successfully uninstalled pydantic-1.10.13 Attempting uninstall: openai Found existing installation: openai 0.27.10 Uninstalling openai-0.27.10: Successfully uninstalled openai-0.27.10 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. chatgpt-tool-hub 0.4.6 requires beautifulsoup4~=4.12.0, but you have beautifulsoup4 4.11.1 which is incompatible. chatgpt-tool-hub 0.4.6 requires pydantic~=1.10.7, but you have pydantic 2.1.1 which is incompatible. chatgpt-tool-hub 0.4.6 requires requests~=2.28.2, but you have requests 2.28.1 which is incompatible. Successfully installed annotated-types-0.5.0 beautifulsoup4-4.11.1 charset-normalizer-2.1.1 dulwich-0.21.5 litellm-0.1.365 lxml-4.9.2 openai-0.27.8 pydantic-2.1.1 pydantic-core-2.4.0 pyfiglet-0.8.post1 requests-2.28.1 termcolor-2.1.1 websocket_client-1.5.1
Repro steps
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: