CrazyKing5023 opened a new issue #9779:
URL: https://github.com/apache/tvm/issues/9779
### Expected behavior
run hexagon sim on x86
pytest -v
tests/python/contrib/test_hexagon/test_maxpool2d_blocked.py::TestMaxPooling
### Actual behavior
/usr/bin/pytest:7: TargetDeprecatedDeprecationWarning:
[logilab.common.pytest] [logilab-common 1.3] logilab-pytest is deprecated, use
another test runner
run()
going into /home/mi/project/work_space/dmlc/tvm/tests
Traceback (most recent call last):
File
"/home/mi/.local/lib/python3.8/site-packages/logilab/common/pytest.py", line
744, in run
cmd(*args)
File
"/home/mi/.local/lib/python3.8/site-packages/logilab/common/pytest.py", line
359, in testall
if not self.testonedir(dirname, exitfirst):
File
"/home/mi/.local/lib/python3.8/site-packages/logilab/common/pytest.py", line
397, in testonedir
remove_local_modules_from_sys(testdir)
File
"/home/mi/.local/lib/python3.8/site-packages/logilab/common/pytest.py", line
315, in remove_local_modules_from_sys
if not osp.isabs(modfile) or modfile.startswith(testdir):
File "/usr/local/python3/lib/python3.8/posixpath.py", line 62, in isabs
s = os.fspath(s)
TypeError: expected str, bytes or os.PathLike object, not NoneType
*******************************************************************************
### Environment
ubuntu16.04、python3.8、tvm main
### Steps to reproduce
Preferably a minimal script to cause the issue to occur.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]