-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workingclientRelates to the client componentRelates to the client componentdependenciesserverRelates to the server componentRelates to the server component
Description
Encountered these issues while trying to run murfey.server --demo after installing only murfey[server].
- The client-side
.murfeyfile is needed - Textual is needed
$ murfey.server --demo
Murfey client configuration file /root/.murfey not found
Traceback (most recent call last):
File "/venv/bin/murfey.server", line 5, in <module>
from murfey.server import run
File "/venv/lib/python3.12/site-packages/murfey/server/__init__.py", line 51, in <module>
from murfey.client.contexts.tomo import _midpoint
File "/venv/lib/python3.12/site-packages/murfey/client/__init__.py", line 26, in <module>
import murfey.client.rsync
File "/venv/lib/python3.12/site-packages/murfey/client/rsync.py", line 21, in <module>
from murfey.client.tui.status_bar import StatusBar
File "/venv/lib/python3.12/site-packages/murfey/client/tui/status_bar.py", line 18, in <module>
from textual.reactive import Reactive
ModuleNotFoundError: No module named 'textual'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingclientRelates to the client componentRelates to the client componentdependenciesserverRelates to the server componentRelates to the server component