sensein / b2aiprep

Apache License 2.0
5 stars 6 forks source link

No 'dashboard' command #65

Closed hong0310 closed 1 month ago

hong0310 commented 1 month ago
Screenshot 2024-06-25 at 09 48 35

After 'pip install b2aiprep' I ran 'b2aiprep-cli --help' to check all the commands. But the 'dashboard' command is missing.

alistairewj commented 1 month ago

Can you check the _version you have? You may need to upgrade the package: pip install --upgrade b2aiprep. The dashboard is in v0.17.0+. I believe we bundled the VM with an older version (unfortunately). You will also need to pip install streamlit afterwards.

ibevers commented 1 month ago

@hong0310 I believe we resolved this earlier on Zoom--am I remembering that correctly?

hong0310 commented 1 month ago

Yes it’s solved already. Thank you!!

From: ibevers @.> Date: Tuesday, June 25, 2024 at 13:07 To: sensein/b2aiprep @.> Cc: Hong Wang @.>, Mention @.> Subject: Re: [sensein/b2aiprep] No 'dashboard' command (Issue #65)

@hong0310https://github.com/hong0310 I believe we resolved this earlier on Zoom--am I remembering that correctly?

— Reply to this email directly, view it on GitHubhttps://github.com/sensein/b2aiprep/issues/65#issuecomment-2189484607, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUY3R5RIV5DNF6L6IAT3SALZJGPTVAVCNFSM6AAAAABJ347QDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBZGQ4DINRQG4. You are receiving this because you were mentioned.Message ID: @.***>

[EXTERNAL EMAIL] DO NOT CLICK links or attachments unless you recognize the sender and know the content is safe.

hong0310 commented 1 month ago

@hong0310 I believe we resolved this earlier on Zoom--am I remembering that correctly?

Yes it's solved already. Thank you!!

alistairewj commented 1 month ago

This should also be fixed in 0.18.0. Thanks for the detailed report!