Nitin Bansal
10/17/2024, 11:48 PMNate
10/18/2024, 1:19 AMprefect
(which is where that module used to live)Nate
10/18/2024, 1:19 AMpip list | grep prefect
show?Nitin Bansal
10/18/2024, 1:24 AMNate
10/18/2024, 1:29 AMprefect.infrastructure.docker
should probably be imported from prefect_docker
feel free to share what it is that you're trying to do!Nitin Bansal
10/18/2024, 1:55 AMNitin Bansal
10/18/2024, 1:55 AMNitin Bansal
10/18/2024, 1:56 AMfrom prefect.infrastructure.docker import DockerContainer, DockerRegistry
which was working fine, but today when I again initiated my pipeline then I am getting an error that :"ModuleNotFoundError: No module named 'prefect.infrastructure.docker'"