03-27-2025, 04:07 PM
Hi
I am trying to run pulp-nn-mixed test and I am getting the following error:
Traceback (most recent call last):
File "pulp-sdk/tools/gapy/gapy", line 26, in <module>
from errors import FatalError, InputError
File "pulp-sdk/tools/gapy/errors.py", line 21, in <module>
import common
File "pulp-sdk/tools/gapy/common.py", line 34, in <module>
from tools.runner.runner import Runner
ModuleNotFoundError: No module named 'tools'
it seems the pulp-sdk repo is missing the tools file/package or maybe i did something wrong
thanks in advance
I am trying to run pulp-nn-mixed test and I am getting the following error:
Traceback (most recent call last):
File "pulp-sdk/tools/gapy/gapy", line 26, in <module>
from errors import FatalError, InputError
File "pulp-sdk/tools/gapy/errors.py", line 21, in <module>
import common
File "pulp-sdk/tools/gapy/common.py", line 34, in <module>
from tools.runner.runner import Runner
ModuleNotFoundError: No module named 'tools'
it seems the pulp-sdk repo is missing the tools file/package or maybe i did something wrong
thanks in advance