Replies: 3 comments
-
first , you shuold install langchain. I get this bug fixed in this way. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Win10, Python 3.11, las version of langchain.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey! Thanks for sharing your question here. I'm sorry for not getting back to you sooner. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the latest Python version
Error:
from .decorators import (adapter_factory, AdapterFactory, decorator,
File "C:\Users\tekiu\AppData\Local\Temp\pip-install-g03p2k1e\wrapt_d87f0fec82b9473383c20c78410837c2\src\wrapt\decorators.py", line 34, in
from inspect import ismethod, isclass, formatargspec
ImportError: cannot import name 'formatargspec' from 'inspect' (C:\Program Files\Python311\Lib\inspect.py)
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Beta Was this translation helpful? Give feedback.
All reactions