I am new to python. I was having trouble installing threading library because I had an error. I asked and was told that the library already existed and therefore I was getting this error. Now, when I run my program I get this error. I am not sure how to fix it or what to do. The other problem is that this problem makes the terminal not responsive (cannot enter anything or exit). I should mention that others are running the same program without problems (they know python). The code is for Sony QX100 camera.
Line 24: s = start_liveview()
Line 45: response = requests.post(cam_url, data=json.dumps(payload), headers=headers)
Line 109: response = sony_api_call("startLiveview", [])
Note: no semi colon are used at the end of the lines (not sure if that is relevant). current error and problem... error installing threading...