Skip to content

RequestsDependencyWarning: urllib3 (2.0.4) or chardet (3.0.4) doesn't match a supported version! #162

Open
@SourCandy80

Description

@SourCandy80

Have you already searched for your ISSUE among the resolved ones?

  • Yes, new issue
  • Yes, but the solution not work for me
  • No

What version of Python do you have?

  • Last, Python > 3.11
  • Python >= 3.8
  • PIs you have Python<3.8 pease install last version of python

What version of operating system do you have?

  • Windows
  • Linux/Ububtu
  • Mac/OSX
  • WSL Ubuntu 22.04.6

What type of installation did you perform?

  • pip3 install -r requirements.txt
  • python3 -m pip install -r requirements.txt
  • Anaconda
  • Container on VS

Desktop (please complete the following information):

  • Browser [e.g. chrome] : Firefox
  • Version [e.g. 112] : 115.0.3

Describe the bug
A clear and concise description of what the bug is.

unixegoist@DESKTOP-1RL7FMK:~/Free-Auto-GPT$ python3 AUTOGPT.py
/usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (2.0.4) or chardet (3.0.4) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Traceback (most recent call last):
  File "AUTOGPT.py", line 11, in <module>
    from langchain.experimental.autonomous_agents.autogpt.agent import AutoGPT
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/__init__.py", line 6, in <module>
    from langchain.agents import MRKLChain, ReActChain, SelfAskWithSearchChain
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/agents/__init__.py", line 31, in <module>
    from langchain.agents.agent import (
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/agents/agent.py", line 14, in <module>
    from langchain.agents.agent_iterator import AgentExecutorIterator
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/agents/agent_iterator.py", line 30, in <module>
    from langchain.tools import BaseTool
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/tools/__init__.py", line 67, in <module>
    from langchain.tools.playwright import (
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/tools/playwright/__init__.py", line 3, in <module>
    from langchain.tools.playwright.click import ClickTool
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/tools/playwright/click.py", line 10, in <module>
    from langchain.tools.playwright.base import BaseBrowserTool
  File "/home/unixegoist/.local/lib/python3.8/site-packages/langchain/tools/playwright/base.py", line 14, in <module>
    from playwright.async_api import Browser as AsyncBrowser
  File "/home/unixegoist/.local/lib/python3.8/site-packages/playwright/async_api/__init__.py", line 25, in <module>
    import playwright.async_api._generated
  File "/home/unixegoist/.local/lib/python3.8/site-packages/playwright/async_api/_generated.py", line 25, in <module>
    from playwright._impl._accessibility import Accessibility as AccessibilityImpl
  File "/home/unixegoist/.local/lib/python3.8/site-packages/playwright/_impl/_accessibility.py", line 17, in <module>
    from playwright._impl._connection import Channel
  File "/home/unixegoist/.local/lib/python3.8/site-packages/playwright/_impl/_connection.py", line 35, in <module>
    from pyee import EventEmitter
  File "/home/unixegoist/.local/lib/python3.8/site-packages/pyee/__init__.py", line 120, in <module>
    from pyee.trio import TrioEventEmitter as _TrioEventEmitter  # noqa
  File "/home/unixegoist/.local/lib/python3.8/site-packages/pyee/trio.py", line 7, in <module>
    import trio
  File "/home/unixegoist/.local/lib/python3.8/site-packages/trio/__init__.py", line 49, in <module>
    from ._dtls import DTLSChannel as DTLSChannel, DTLSEndpoint as DTLSEndpoint
  File "/home/unixegoist/.local/lib/python3.8/site-packages/trio/_dtls.py", line 136, in <module>
    @attr.frozen
AttributeError: module 'attr' has no attribute 'frozen'

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