https://prefect.io logo
l

Luis Diaz

08/31/2022, 6:54 PM
Hi everyone, I tried to set a pipenv environment in my deployment but when I ran the pipeline the environment didn't start up. Does anyone know how to fix this? Thanks!
1
j

Jeff Hale

08/31/2022, 9:26 PM
We’ve had some reports of pipenv not working. I suggest using a conda environment and installing prefect with pip. Many folks also use venv.
3 Views