i try to do some python script against the api. but i fail when i try to import the chirpstack_api module:
script:
import grpc
from chirpstack_api import api
following error:
from chirpstack_api import api
File "/usr/local/lib/python3.8/site-packages/chirpstack_api/api/__init__.py", line 9, in <module>
from .frame_log_pb2 import *
ModuleNotFoundError: No module named 'chirpstack_api.api.frame_log_pb2'
this is maybe a but with version 4.8.1
i uninstaller version 4.8.1 and installed version 4.7 - with this version, there is no error.
let’s see what happend with the issue 422 you posted.