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

0.1.9 Windows runpy.py errors #23

Closed
raushel opened this issue May 3, 2019 · 2 comments
Closed

0.1.9 Windows runpy.py errors #23

raushel opened this issue May 3, 2019 · 2 comments

Comments

@raushel
Copy link

raushel commented May 3, 2019

After updating to 0.1.9, I started getting the following errors running tesla_dashcam in any capacity on Windows Server 2019 (0.1.8 worked fine) via the python package. I can download and run the standalone .exe without issues, but would prefer to use the python method.

Python 3.7.3
pip install tesla_dashcam --upgrade
Path / PythonHome set to c:\Python37
Scripts directory also in Path

C:\WINDOWS\system32>tesla_dashcam
Traceback (most recent call last):
File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Python37\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Python37\Scripts\tesla_dashcam.exe_main
.py", line 5, in
ModuleNotFoundError: No module named 'tesla_dashcam.main'

@strefethen
Copy link

FWIW, I had this same problem on macOS 10.13.6 and python 3.7.3 following a pip install. I then grabbed the .dmg for v0.1.9 and that worked.

@ehendrix23
Copy link
Owner

Found issue and will be solved in 0.1.10.
958d8f5

Interesting that 0.1.8 worked. :-)

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

3 participants