chaitu-ycr / py_canoe

Python 🐍 Package for controlling Vector CANoe 🛶 Tool
https://chaitu-ycr.github.io/py_canoe/
MIT License
58 stars 34 forks source link

ModuleNotFoundError: No module named 'utils' #23

Closed tohsaka888 closed 1 year ago

tohsaka888 commented 1 year ago

When i use this library,i got an error.

    from utils.py_canoe_logger import PyCanoeLogger
ModuleNotFoundError: No module named 'utils'
# import CANoe utils here
from utils.py_canoe_logger import PyCanoeLogger
from utils.application import Application
from utils.bus import Bus, Signal
from utils.capl import Capl
from utils.configuration import Configuration
from utils.measurement import Measurement
from utils.networks import Networks
from utils.system import System, Namespaces, Variables
from utils.ui import Ui
from utils.version import Version
KrishnaVinothSingh commented 1 year ago

I am also getting same error. Any one please tell me how to resolve??

tohsaka888 commented 1 year ago

I am also getting same error. Any one please tell me how to resolve??

You can try to downgrade and install version 0.1.3.

chaitu-ycr commented 1 year ago

this issue resolved in latest version. please upgrade package to 2.0.2 version. https://pypi.org/project/py_canoe/2.0.2/