We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloning main in a devcontainer, trying to launch, results in the following error due to missing dependency tiktoken:
tiktoken
$ autogenstudio ui --port 8081 Traceback (most recent call last): File "/home/vscode/.local/bin/autogenstudio", line 5, in <module> from autogenstudio.cli import run File "/workspaces/autogen/python/packages/autogen-studio/autogenstudio/__init__.py", line 1, in <module> from .database.db_manager import DatabaseManager File "/workspaces/autogen/python/packages/autogen-studio/autogenstudio/database/__init__.py", line 1, in <module> from .component_factory import Component, ComponentFactory File "/workspaces/autogen/python/packages/autogen-studio/autogenstudio/database/component_factory.py", line 25, in <module> from autogen_ext.models.openai import AzureOpenAIChatCompletionClient, OpenAIChatCompletionClient File "/home/vscode/.local/lib/python3.12/site-packages/autogen_ext/models/openai/__init__.py", line 1, in <module> from ._openai_client import AzureOpenAIChatCompletionClient, BaseOpenAIChatCompletionClient, OpenAIChatCompletionClient File "/home/vscode/.local/lib/python3.12/site-packages/autogen_ext/models/openai/_openai_client.py", line 23, in <module> import tiktoken ModuleNotFoundError: No module named 'tiktoken'
AutoGen studio to launch
mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
$ autogenstudio ui --port 8081
115fefa
AutoGen Studio
No response
3.12
Debian GNU/Linux 11 (bullseye)
PR coming shortly
The text was updated successfully, but these errors were encountered:
victordibia
Successfully merging a pull request may close this issue.
What happened?
Cloning main in a devcontainer, trying to launch, results in the following error due to missing dependency
tiktoken
:What did you expect to happen?
AutoGen studio to launch
How can we reproduce it (as minimally and precisely as possible)?
mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
AutoGen version
115fefa
Which package was this bug in
AutoGen Studio
Model used
No response
Python version
3.12
Operating system
Debian GNU/Linux 11 (bullseye)
Any additional info you think would be helpful for fixing this bug
PR coming shortly
The text was updated successfully, but these errors were encountered: