chasebank87 / fabric-connector

Provides an API to the Fabric, and its helper tools
27 stars 10 forks source link

Cannot run the terminal to open FastAPI serve #5

Closed hnmike closed 2 months ago

hnmike commented 2 months ago

Problems: When running the application with "run:python main.py" This is supposed to start the system tray application and the FastAPI server. I get the error: Traceback (most recent call last): File "/Users/abc/fabric-connector/main.py", line 6, in from macos_app import run File "/Users/abc/fabric-connector/macos_app.py", line 1, in import rumps ModuleNotFoundError: No module named 'rumps' Could you fix this!

chasebank87 commented 2 months ago

Do you specifically want to build from source or would an executable be okay? If so go to the releases page on the right of the GitHub repository.From there you can download the appropriate file.Sent from my iPhoneOn Sep 4, 2024, at 5:13 AM, Hnmike @.***> wrote: Problems: When running the application with "run:python main.py" This is supposed to start the system tray application and the FastAPI server. I get the error: Traceback (most recent call last): File "/Users/abc/fabric-connector/main.py", line 6, in from macos_app import run File "/Users/abc/fabric-connector/macos_app.py", line 1, in import rumps ModuleNotFoundError: No module named 'rumps' Could you fix this!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

hnmike commented 2 months ago

Thanks sir, I get this fix now !