Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

import error autollm #158

Answered by kadirnar
santhosh-sp asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Team,

I tried to install autollm and imported it in venv (python3.8). I am getting below error message. Please check with this.

from autollm import AutoQueryEngine

class AgentAction(Serializable): File "pydantic/main.py", line 198, in pydantic.main.ModelMetaclass.__new__ File "pydantic/fields.py", line 506, in pydantic.fields.ModelField.infer File "pydantic/fields.py", line 436, in pydantic.fields.ModelField.__init__ File "pydantic/fields.py", line 552, in pydantic.fields.ModelField.prepare File "pydantic/fields.py", line 668, in pydantic.fields.ModelField._type_analysis File "/usr/lib/python3.8/typing.py", line 774, in __subclasscheck__ return issubclass(cls, self.__origin__) TypeEr…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fcakyon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #155 on November 21, 2023 14:01.