Bug: I can't run Litestar on Ubuntu #2240
Answered
by
peterschutt
juniozguedes
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
peterschutt
Oct 12, 2023
Replies: 2 comments 1 reply
-
This sounds like an issue with your virtual environment.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey, @provinzkraut , stumbling on this discussion, same issue but I don't see the optional dependency for [standard] as mentioned in the tutorial $ python3.11 -m venv venv
$ venv/bin/python -m pip install litestar[standard]
zsh: no matches found: litestar[standard] ❯ venv/bin/python -m pip install litestar[extra]
zsh: no matches found: litestar[extra]
❯ venv/bin/python -m pip install litestar[standard]
zsh: no matches found: litestar[standard]
❯ venv/bin/python -m pip install litestar[full]
zsh: no matches found: litestar[full]
❯ venv/bin/python -m pip install litestar[uvicorn]
zsh: no matches found: litestar[uvicorn] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check this: https://stackoverflow.com/a/30539963/6560549