error cannot import name 'MultiHostDsn'
Opened this issue · 0 comments
Stinosko commented
Hello,
I tried running this code on gradient and get the following error code when running AutoYOLO.py after the setup completes
ImportError: cannot import name 'MultiHostDsn' from 'pydantic.networks' (/usr/local/lib/python3.9/dist-packages/pydantic/networks.cpython-39-x86_64-linux-gnu.so)
running pip install pydantic --upgrade fixes the issue for me.
Kind regards,
Stinosko