famous-kite-46295
07/07/2024, 10:32 PMcurved-television-6568
07/08/2024, 7:52 AMpants.toml
locally (and provide the pants_version
option as usual) to lint fmt and hopefully also test the Python sources:
[DEFAULT]
# Tell `scie-pants` to use our `./pants` bootstrap script.
delegate_bootstrap = true
famous-kite-46295
07/08/2024, 5:17 PMpants fmt ::
then fails with this error:
...pants/pants-plugins/pants_explorer/server/uvicorn.py", line 10, in <module>
from fastapi import FastAPI
ModuleNotFoundError: No module named 'fastapi'
famous-kite-46295
07/10/2024, 2:03 AM