You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: