Forum Replies Created
-
AuthorPosts
-
I started getting this error yesterday. The load fails (obviously) and the UI does not appear. I tried using the link to the latest version, and ran that, not that I modified the copy of the notebook in my google drive in anyway.
File “/usr/local/lib/python3.10/dist-packages/pytorch_lightning/core/module.py”, line 47, in <module> from pytorch_lightning.loggers import Logger File “/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loggers/init.py”, line 22, in <module> from pytorch_lightning.loggers.wandb import WandbLogger # noqa: F401 File “/usr/local/lib/python3.10/dist-packages/pytorch_lightning/loggers/wandb.py”, line 36, in <module> import wandb File “/usr/local/lib/python3.10/dist-packages/wandb/init.py”, line 21, in <module> from wandb import sdk as wandb_sdk File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/init.py”, line 28, in <module> from .wandb_init import _attach, init File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_init.py”, line 39, in <module> from . import wandb_login, wandb_setup File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_login.py”, line 19, in <module> from .wandb_settings import Settings File “/usr/local/lib/python3.10/dist-packages/wandb/sdk/wandb_settings.py”, line 25, in <module> from pydantic import ( ImportError: cannot import name ‘computed_field’ from ‘pydantic’ (/usr/local/lib/python3.10/dist-packages/pydantic/init.cpython-310-x86_64-linux-gnu.so)
- This reply was modified 2 weeks ago by Andrew Madison. Reason: missing information
-
AuthorPosts