-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
I've cloned the repository (but not forked), just want to run it offline
# reflex run
Traceback (most recent call last):
File "/projects/reflex-web/venv/reflex-web/lib/python3.12/site-packages/reflex/utils/prerequisites.py", line 349, in compile_or_validate_app
get_compiled_app(
File "/projects/reflex-web/venv/reflex-web/lib/python3.12/site-packages/reflex/utils/prerequisites.py", line 265, in get_compiled_app
app, app_module = get_and_validate_app(
^^^^^^^^^^^^^^^^^^^^^
File "/projects/reflex-web/venv/reflex-web/lib/python3.12/site-packages/reflex/utils/prerequisites.py", line 234, in get_and_validate_app
app_module = get_app(reload=reload)
^^^^^^^^^^^^^^^^^^^^^^
File "/projects/reflex-web/venv/reflex-web/lib/python3.12/site-packages/reflex/utils/prerequisites.py", line 195, in get_app
__import__(module, fromlist=(constants.CompileVars.APP,))
File "/projects/reflex-web/pcweb/pcweb.py", line 11, in <module>
from pcweb.pages import page404, routes
File "/projects/reflex-web/pcweb/pages/__init__.py", line 4, in <module>
from .booked import booked as booked
File "/projects/reflex-web/pcweb/pages/booked.py", line 4, in <module>
from pcweb.components.docpage.navbar import navbar
File "/projects/reflex-web/pcweb/components/docpage/navbar/__init__.py", line 1, in <module>
from .navbar import *
File "/projects/reflex-web/pcweb/components/docpage/navbar/navbar.py", line 21, in <module>
from ..sidebar import SidebarState
File "/projects/reflex-web/pcweb/components/docpage/sidebar/__init__.py", line 1, in <module>
from .sidebar import *
File "/projects/reflex-web/pcweb/components/docpage/sidebar/sidebar.py", line 10, in <module>
from .sidebar_items.ai import (
File "/projects/reflex-web/pcweb/components/docpage/sidebar/sidebar_items/ai.py", line 163, in <module>
ai_builder_integrations = get_ai_builder_integrations()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/projects/reflex-web/pcweb/components/docpage/sidebar/sidebar_items/ai.py", line 69, in get_ai_builder_integrations
ai_builder.integrations.anthropic,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'types.SimpleNamespace' object has no attribute 'anthropic'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels