Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

google-assistant-demo doesn't work  #180

@harry0890

Description

@harry0890

Q: I run google-assistant-demo fail because of "ctypes _dlopen can not open this library "/venv/lib/python3.4/site-packages/google/assistant/library/libassistant_embedder.so".

Note:

  • This "libassistant_embedder.so" comes from "pip install -v google-assistant-library==1.0.1"
  • My platform is 32bit ARMv7 linux, not Raspberry Pi2 or 3.

How can I solve this issue?

(venv) root@OpenWrt:/venv/bin# google-assistant-demo --credentials /venv/credentials.json  --device_model_id gapi_123-my-model-identifier --project_id decisive-force-185

Traceback (most recent call last):
  File "/venv/bin/google-assistant-demo", line 11, in <module>
    sys.exit(main())
  File "/venv/lib/python3.4/site-packages/google/assistant/__main__.py", line 66, in main
    with Assistant(credentials) as assistant:
  File "/venv/lib/python3.4/site-packages/google/assistant/library/assistant.py", line 87, in __init__
    self._load_lib()
  File "/venv/lib/python3.4/site-packages/google/assistant/library/assistant.py", line 202, in _load_lib
    self._lib = cdll.LoadLibrary(lib_path)
  File "/usr/lib/python3.4/ctypes/__init__.py", line 431, in LoadLibrary
    return self._dlltype(name)
  File "/usr/lib/python3.4/ctypes/__init__.py", line 352, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: File not found

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions