I’ve updated to the latest Vizy software (0.80) and tried running the birdfeeder app. It aborts right away with the excerption below in the Vizy console window. It’s looking for a bird feeder_consts.py file?
2021-10-16 11:23:10.017358: E tensorflow/core/platform/hadoop/hadoop_file_system.cc:132] HadoopFileSystem load error: libhdfs.so: cannot open shared object file: No such file or directory
cp: cannot stat ‘/home/pi/vizy/apps/birdfeeder/birdfeeder_consts.py’: No such file or directory
Unhandled exception:
Traceback (most recent call last):
File “/usr/local/lib/python3.7/dist-packages/vizy-0.0.80-py3.7.egg/vizy/importconfig.py”, line 18, in import_config
return __import(basename, etc_filename, imports)
File “/usr/local/lib/python3.7/dist-packages/vizy-0.0.80-py3.7.egg/vizy/importconfig.py”, line 7, in __import
spec.loader.exec_module(module)
File “”, line 724, in exec_module
File “”, line 859, in get_code
File “”, line 916, in get_data
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/pi/vizy/etc/birdfeeder_consts.py’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/pi/vizy/apps/birdfeeder/main.py”, line 276, in
bf = Birdfeeder()
File “/home/pi/vizy/apps/birdfeeder/main.py”, line 43, in init
self.config_consts = import_config(consts_filename, self.kapp.etcdir, [“THRESHOLDS”, “PESTS”, “ALBUM”, “DEFEND_BIT”])
File “/usr/local/lib/python3.7/dist-packages/vizy-0.0.80-py3.7.egg/vizy/importconfig.py”, line 22, in import_config
return __import(basename, etc_filename, imports)
File “/usr/local/lib/python3.7/dist-packages/vizy-0.0.80-py3.7.egg/vizy/importconfig.py”, line 7, in __import
spec.loader.exec_module(module)
File “”, line 724, in exec_module
File “”, line 859, in get_code
File “”, line 916, in get_data
FileNotFoundError: [Errno 2] No such file or directory: ‘/home/pi/vizy/etc/birdfeeder_consts.py’
Process has exited.