Skip to content
New issue

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

只能运行ls和serve两个命令, 其它都是No such option #23

Closed
walkerwzy opened this issue Nov 21, 2024 · 2 comments
Closed

只能运行ls和serve两个命令, 其它都是No such option #23

walkerwzy opened this issue Nov 21, 2024 · 2 comments

Comments

@walkerwzy
Copy link

walkerwzy commented Nov 21, 2024

MacOS, 使用的虚拟环境:

python3 -m venv /Users/myname/pyenv
source ~/pyenv/bin/activate

开始使用:

memos init
Usage: memos [OPTIONS] COMMAND [ARGS]...
Try 'memos --help' for help.
╭─ Error ───────────────────────────────────────────────────────────────────────────────────╮
│ No such command 'init'.                                                                   │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
memos enable
Usage: memos [OPTIONS] COMMAND [ARGS]...
Try 'memos --help' for help.
╭─ Error ───────────────────────────────────────────────────────────────────────────────────╮
│ No such command 'enable'.                                                                 │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
memos --help

 Usage: memos [OPTIONS] COMMAND [ARGS]...

╭─ Options ─────────────────────────────────────────────────────────────────────────────────╮
│ --install-completion          Install completion for the current shell.                   │
│ --show-completion             Show completion for the current shell, to copy it or        │
│                               customize the installation.                                 │
│ --help                        Show this message and exit.                                 │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ────────────────────────────────────────────────────────────────────────────────╮
│ serve                                                                                     │
│ ls                                                                                        │
╰───────────────────────────────────────────────────────────────────────────────────────────╯
@arkohut
Copy link
Owner

arkohut commented Nov 21, 2024

Please do not use Python 3.13, most of the dependencies do not support it yet. Use Python 3.12 can solve this.

@arkohut
Copy link
Owner

arkohut commented Nov 22, 2024

I think this is the same issue with #17

Reopen it if necessary.

@arkohut arkohut closed this as completed Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants