Uvicorn: Command 'uvicorn' not found

Created on 30 Apr 2019  路  3Comments  路  Source: encode/uvicorn

I installed Uvicorn with pip install uvicorn but I can't run it from command line. I'm on Ubuntu 18.04.2 LTS

Most helpful comment

Didnt find command uvicorn in macos

All 3 comments

I'm guessing you mean that the shell you're using is unable to find the uvicorn executable.

If you did a user install, the executable probably ended up in ~/.local/bin/. If it's there, you'll probably want to add that directory to your PATH.

Didnt find command uvicorn in macos

the following worked for me:

  1. create your virtual environment && cd into environment
  2. activate environment
  3. pip install uvicorn
  4. uvicorn --help
    it works!
Was this page helpful?
0 / 5 - 0 ratings

Related issues

toonknapen picture toonknapen  路  5Comments

unitto1 picture unitto1  路  7Comments

tarioch picture tarioch  路  4Comments

tomchristie picture tomchristie  路  4Comments

madkote picture madkote  路  7Comments