Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when using tesla_dashcam from pip (macOS 10.14.5) #38

Closed
dburkland opened this issue Jun 4, 2019 · 1 comment
Closed

Issue when using tesla_dashcam from pip (macOS 10.14.5) #38

dburkland opened this issue Jun 4, 2019 · 1 comment

Comments

@dburkland
Copy link
Contributor

When I install tesla_dashcam via pip3 (python 3.7.3 installed via homebrew) I get the following error any I time I try to execute it (no matter the arguments and/or source directory):

$ tesla_dashcam --quality LOWER --layout PERSPECTIVE --compression ultrafast --encoding x264 --output 201905_3_video_perspective_lower.mp4 201905_3/
GPU acceleration is enabled
Traceback (most recent call last):
File "/usr/local/bin/tesla_dashcam", line 6, in
from tesla_dashcam.tesla_dashcam import main
File "/usr/local/lib/python3.7/site-packages/tesla_dashcam/tesla_dashcam.py", line 2251, in
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/tesla_dashcam/tesla_dashcam.py", line 2109, in main
os.mkdir(target_folder)
FileNotFoundError: [Errno 2] No such file or directory: ''

@ehendrix23
Copy link
Owner

Release 0.1.11 has just been released fixing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants