Are you running it from the command line in the directory (folder) where the calibration_data.json file is?
If not, you should either change into that directory first, or specify the full path name of the file in your code. Something likebut change it to match your directory.
If not, you should either change into that directory first, or specify the full path name of the file in your code. Something like
Code:
with open('/home/myuser/projectdir/calibrate_data.json', 'r') as f:
Statistics: Posted by rpdom — Sun Feb 02, 2025 9:21 am