wide-midnight-78598
05/20/2023, 5:33 PMbindings
? Want to make sure I'm not jumping the gun before I start debugging this
ERROR: No file named :hellofastapi.pex is stored in this scie.
...
[[lift.files]]
name = ":hellofastapi-pex"
[[lift.commands]]
exe = "{scie.bindings.venv}/venv/bin/uvicorn"
args = [ "hellofastapi.main:app",]
description = "The FastAPI executable."
[[lift.bindings]]
exe = "#{cpython:python}"
args = [ "{:hellofastapi.pex}", "venv", "--bin-path", "prepend", "--compile", "--rm", "all", "{scie.bindings}/venv",]
name = "venv"
description = "Installs HelloFastAPI into a venv and pre-compiles .pyc"
[lift.bindings.env]
default = { "=PATH" = "{cpython}/python/bin:{scie.env.PATH}", "PEX_TOOLS" = "1", "PEX_ROOT" = "{scie.bindings}/pex_root" }
wide-midnight-78598
05/20/2023, 5:34 PM[[lift.files]]
name = ":hellofastapi-pex"
[[lift.commands]]
exe = "#{cpython:python}"
args = [
"{:hellofastapi-pex}",
]
enough-analyst-54434
05/20/2023, 6:39 PMenough-analyst-54434
05/20/2023, 6:40 PMenough-analyst-54434
05/20/2023, 6:40 PMenough-analyst-54434
05/20/2023, 6:45 PMwide-midnight-78598
05/20/2023, 6:46 PMenough-analyst-54434
05/20/2023, 6:52 PMenough-analyst-54434
05/20/2023, 6:59 PMwide-midnight-78598
05/20/2023, 7:00 PMwide-midnight-78598
05/20/2023, 7:19 PM.
instead of a -
enough-analyst-54434
05/20/2023, 7:29 PMenough-analyst-54434
05/20/2023, 7:32 PMenough-analyst-54434
05/20/2023, 7:32 PMwide-midnight-78598
05/20/2023, 7:44 PMdefault
in there on my previous iteration, but was trying this out to see if that was solving any problems.
Going to revert