-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Dears
I cannot run this project in VS code.
Error messages are as below.
Please let me how to solve the problem.
===============================================================================================
PS C:\Project\Work\Quectel\soution-tracker_VS\solution-tracker> & C:/Users/SAMSUNG/AppData/Local/Programs/Python/Python310/python.exe c:/Project/Work/Quectel/soution-tracker_VS/solution-tracker/code/_main.py
Traceback (most recent call last):
File "c:\Project\Work\Quectel\soution-tracker_VS\solution-tracker\code_main.py", line 26, in
from modules.battery import Battery
File "c:\Project\Work\Quectel\soution-tracker_VS\solution-tracker\code\modules\battery.py", line 24, in
import utime
ModuleNotFoundError: No module named 'utime'
During handling of the above exception, another exception occurred: