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
Class 'projx.models.audio.io.LargeModel' not found, is this a typo?
but the actual underlying error was:
>>> from projx.models.audio.io import LargeModel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/app/src/projx/models/audio/__init__.py", line 1, in <module>
from .base import LAM
File "/app/src/projx/models/audio/base.py", line 1, in <module>
from elevenlabs.client import ElevenLabs
ModuleNotFoundError: No module named 'elevenlabs'
Another internal user reported this today, which prompted me to open this issue.
Context
Steps to Reproduce
(TBC)
Expected Result
Actual Result
-- If you received an error, place it here.
-- Separate them if you have more than one.
Your Environment
Kedro version used (pip show kedro or kedro -V):
Python version used (python -V):
Operating system and version:
The text was updated successfully, but these errors were encountered:
Description
In #2943 we partly addressed the issue of unclear errors with datasets.
However, looks like this is still an issue. For example: https://kedro.hall.community/running-kedroviz-on-docker-without-installing-the-library-H0d61LTldx29#bae33c48-aa82-447b-82e7-80486a95ecef
The user was getting
but the actual underlying error was:
Another internal user reported this today, which prompted me to open this issue.
Context
Steps to Reproduce
(TBC)
Expected Result
Actual Result
Your Environment
pip show kedro
orkedro -V
):python -V
):The text was updated successfully, but these errors were encountered: