https://prefect.io logo
e

Edmondo Porcu

06/28/2023, 2:13 AM
Copy code
docker run -p 4200:4200  prefecthq/prefect:2-python3.9 prefect server start
Crashes with a SQLIte error, is there a reason for it? Is this not a public image that’s supposed to work out of the box?
j

jawnsy

06/28/2023, 3:46 PM
hmm, that’s not a known issue, and it should work out of the box as you’ve run it, let me take a look
This is perhaps not going to be a useful reply for you (happy to debug with you) but at least I cannot reproduce what you’re seeing. I’m using podman on darwin/arm64
Copy code
$ podman run --rm -it prefecthq/prefect:2-python3.9 prefect server start
Resolving "prefecthq/prefect" using unqualified-search registries (/etc/containers/registries.conf.d/999-podman-machine.conf)
Trying to pull <http://docker.io/prefecthq/prefect:2-python3.9|docker.io/prefecthq/prefect:2-python3.9>...
Getting image source signatures
Copying blob sha256:e153de219404c3f39b0430d584daa821f9dc197c5bcda223cb338e685b7798e0
Copying blob sha256:95039a22a7cc3ae41d71f075e6e09e91e8da850fb5f80aba2f4a09f254520539
Copying blob sha256:b9bb663156877e621eea3860b7334aa074fcfd7ab4af1b32128f7112f264e500
Copying blob sha256:7e2ec65f33b3ca8a522e0f58ddf9ad71ddcad403fd438bc80380f7b2a78d39a7
Copying blob sha256:c8520daa7f376ffe6e043033accddca6da477dc0873a96c22275e0e2ed5d7cd7
Copying blob sha256:15f1ca83b77162c39bd9a7e7fbcb2d5aec726ac40f18f1990c8f9f51ab20418f
Copying blob sha256:4e882bcd6a2231e3b0a203487a4188c95f8fc69166f370b83f7a31f8bc511860
Copying blob sha256:21b96083fe3cf04b74eb3cd8d5126e09de0f6d5e61932f27e772966de91645dd
Copying blob sha256:d2ff4f91b7a9dbba1ec0fe43e74d394d6dad1ec32d10b80bf87695749eceac07
Copying blob sha256:ec436d5ba0dcf9639683c0bc3574a66ee3d39c788960de7a90a2a62eedcc5c7d
Copying blob sha256:7f85ac24a8495caa9571a68fbeb1a88785e08dc7651125e1fd49386328ed8b09
Copying blob sha256:a0213690c7bc3799781636a6f7bf45d70e5877f5a554318dfb25960bceefaf27
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:4d1d878f91caae0920d972b11a0974a16c975809c8a55a5aeddb4aad1c5270bd
Copying blob sha256:d2b7f54fb9097062a3072e03fed819e8f1d7bbbd165d028f2e36441f6c53432e
Copying config sha256:e4f1a7e1bad9d708888ab8ceb53cc53a05055c2b64eeafa34a031f2c30629dcc
Writing manifest to image destination
Storing signatures

 ___ ___ ___ ___ ___ ___ _____ 
| _ \ _ \ __| __| __/ __|_   _| 
|  _/   / _|| _|| _| (__  | |  
|_| |_|_\___|_| |___\___| |_|  

Configure Prefect to communicate with the server with:

    prefect config set PREFECT_API_URL=<http://127.0.0.1:4200/api>

View the API reference documentation at <http://127.0.0.1:4200/docs>

Check out the dashboard at <http://127.0.0.1:4200>



/usr/local/lib/python3.9/contextlib.py:126: SAWarning: Skipped unsupported reflection of expression-based index ix_flow_run__coalesce_start_time_expected_start_time_desc
  next(self.gen)
/usr/local/lib/python3.9/contextlib.py:126: SAWarning: Skipped unsupported reflection of expression-based index ix_flow_run__coalesce_start_time_expected_start_time_asc
  next(self.gen)
4 Views