You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Dosu, an AI bot here to assist you with any bugs, answer your questions, and guide you on how to contribute to our project. I'm here to provide immediate assistance while you wait for a human maintainer. I'm at your service to make your experience with LangChain smoother and more enjoyable. Let's get started!
It seems like you're encountering an issue with the aiohttp package during the installation process. The error messages you're seeing are related to deprecated features in Python, which suggests that there might be a compatibility issue between the version of Python you're using and the version of aiohttp that's being installed.
The minimum required version of Python for the LangChain framework is Python 3.8.1, as indicated in the pyproject.toml files in the LangChain repository. If you're using a version of Python that's older than this, it might be causing the issue.
As for the aiohttp package, I wasn't able to find the specific version that LangChain is currently using in its dependencies from the repository. However, the error you're encountering is with aiohttp (3.8.5).
One possible solution could be to try downgrading the aiohttp package to an older version that might be more compatible with your Python version. You can do this by running pip install aiohttp==3.7.4 (or any other version you want to try) before running the poetry install --with test command.
If you're already using Python 3.8.1 or a newer version, then the issue might be with the aiohttp package itself. In that case, you might want to check the aiohttp GitHub repository or their documentation for any known issues related to the 'aiohttp._websocket' extension and the deprecated features you mentioned.
Please let me know if this helps or if you need further assistance.
System Info
You cannot run
poetry install --with test
on a fresh build:Here is my poetry info:
Who can help?
No response
Information
Related Components
Reproduction
I believe you should be able to do:
Expected behavior
I would expect that all packages specified by the lockfile could be installed successfully.
The text was updated successfully, but these errors were encountered: