ehendrix23 / tesla_dashcam

Convert Tesla dash cam movie files into one movie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: __init__() got an unexpected keyword argument 'capture_output

annerajb opened this issue · comments

this is on python 3.6.5
Afaik 3.7 introduced capture_output on popen this was on mac

fixed by installing python 3.7 from python.org and running with

pyhon3.7 tesla_dashcam

Yes, going to be putting requirement to Python3.7.

Note, for Mac there is also a DMG file with a executable. No separate Python required for that (it is build using pyinstaller).