[BUG] ModuleNotFoundError
and ImportError
when importing argilla.feedback.*
#3468
Labels
type: bug
Indicates an unexpected problem or unintended behavior
Describe the bug
When trying to use import something from
argilla.feedback
module aModuleNotFoundError
is raised becausefastapi
is not installed and anImportError
becausepyyaml
is not installed either.Stacktrace and Code to create the bug
Expected behavior
I can import stuff from
argilla.feedback
module without getting aModuleNotFoundError
and without installingfastapi
andPyYAML
dependencies which should be only needed for the server and extra integrations.Environment:
Additional context
The bug was introduced in #3336, when the telemetry used in the server (it imports
fastapi
) was added to the Argilla Trainer.The text was updated successfully, but these errors were encountered: