-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
hello. Trying to launch zwave-js-server-python, but it terminates with import error.
Install was done with pip3 install zwave-js-server-python
Launching it, I get the error below:
$ ./zwave-js-server-python
Traceback (most recent call last):
File "./zwave-js-server-python", line 5, in <module>
from zwave_js_server.__main__ import main
File "/home/chr/.local/lib/python3.8/site-packages/zwave_js_server/__main__.py", line 9, in <module>
from .client import Client
File "/home/chr/.local/lib/python3.8/site-packages/zwave_js_server/client.py", line 28, in <module>
from .model.driver import Driver
File "/home/chr/.local/lib/python3.8/site-packages/zwave_js_server/model/driver.py", line 4, in <module>
from pydantic import create_model_from_typeddict
File "/home/chr/.local/lib/python3.8/site-packages/pydantic/__init__.py", line 218, in __getattr__
return _getattr_migration(attr_name)
File "/home/chr/.local/lib/python3.8/site-packages/pydantic/_migration.py", line 300, in wrapper
raise PydanticImportError(f'`{import_path}` has been removed in V2.')
pydantic.errors.PydanticImportError: `pydantic:create_model_from_typeddict` has been removed in V2.
For further information visit https://errors.pydantic.dev/2.4/u/import-error
Metadata
Metadata
Assignees
Labels
No labels