question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running launch.sh and returning errors in logs

See original GitHub issue

I have been installing and updating dependencies on my rasberry pi, when I run the project ($ ./launch.sh), I get the following messages in the log file. Can you please share ideas on how to resolve? Thanks in advance

`2020-11-28 20:46:43.196164: 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

Traceback (most recent call last):

File “raspi3/securitycam.py”, line 10, in <module> from file_manager import FileManagerThread, FileCleanerThread, counter

File “/home/pi/projects/homesecurity/raspi3/file_manager.py”, line 6, in <module> import human_detect as hd

File “/home/pi/projects/homesecurity/raspi3/human_detect.py”, line 62, in <module> odapi = DetectorAPI(path_to_ckpt=model_path)

File “/home/pi/projects/homesecurity/raspi3/human_detect.py”, line 18, in init serialized_graph = fid.read()

File “/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/lib/io/file_io.py”, line 122, in read self._preread_check()

File “/home/pi/.local/lib/python3.7/site-packages/tensorflow_core/python/lib/io/file_io.py”, line 84, in _preread_check compat.as_bytes(self.__name), 1024 * 512) tensorflow.python.framework.errors_impl.NotFoundError: ssd_mobilenet_v1_coco_2017_11_17/frozen_inference_graph.pb; No such file or directory`

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kaman86commented, Nov 29, 2020

Okay working now. Had to enable access from google, as well as update firmware. Working like a charm now! Thank you

0reactions
dataplayer12commented, Nov 29, 2020

Great that it works now. Good luck!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Learn Bash error handling by example | Enable Sysadmin
There's no better way to learn how to handle errors in your Bash scripts than to see it done.
Read more >
Error handling in Bash [closed] - Stack Overflow
#!/bin/bash # A slicker error handling routine # I put a variable in my scripts named PROGNAME which # holds the name of...
Read more >
bash - How to capture error message from executed command?
I tried running this command: var=$(/sbin/modprobe -n -v hfsplush) And then displaying it: $var But it still doesn't capture the error message inside...
Read more >
Everything you wanted to know about exceptions - PowerShell
An Exception is like an event that is created when normal error handling can't deal with the issue. Trying to divide a number...
Read more >
Searching the error logs to troubleshoot problems
You can use the UNIX tail command in a shell to view the most recent ... To count the number of errors in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found