Open dddjjjbbb opened 4 years ago
Hi, I changed the three "from cameratraps.ct_utils import truncate_float import cameratraps.visualization.visualization_utils as viz_utils" but still run into ModuleNotFoundError: No module named "tensorslow". I run tensorflow 1.15.0 on a raspberry. Cheers Robin
Hi @robinsandfort, thanks for this. If you could send me the full stack trace I can better understand what's failing your side. Thanks :)
python main.py --pre "grunz/data"
Traceback (most recent call last):
File "main.py", line 8, in
As we're importing this code as a submodule in main, we are running into import errors without first modifying paths in the two respective submodules. Fortunately it should easily be solved by programmatically adding these two directories to the end user's PYTHONPATH at runtime. Without doing so this issue will re occur every time we pull from upstream.