YD
01/08/2023, 2:29 AMnumpy 1.24.1
and I get an error when running:
$ prefect deployment build ...
the error is:
encountered an exception: AttributeError("module 'numpy' has no attribute 'typeDict'")
$ pip3 install numpy==1.21.1
solve the issue