We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 │ ╰───────────────────────────────────────────────────────────────────────────────────────────╯
The text was updated successfully, but these errors were encountered:
Please do not use Python 3.13, most of the dependencies do not support it yet. Use Python 3.12 can solve this.
Sorry, something went wrong.
I think this is the same issue with #17
Reopen it if necessary.
No branches or pull requests
MacOS, 使用的虚拟环境:
开始使用:
The text was updated successfully, but these errors were encountered: