```/home/kpattam/.local/lib/python3.10/site-packag...
# flyte-support
r
Copy code
/home/kpattam/.local/lib/python3.10/site-packages/_pytest/assertion/rewrite.py:174: in exec_module
    exec(co, module.__dict__)
test_job.py:1: in <module>
    from flytekit import task
../../../flytekit/__init__.py:219: in <module>
    from flytekit._version import __version__
E   ModuleNotFoundError: No module named 'flytekit._version'
g
where did you see this error? in local execution?
r
Yes
But I don't see this error when I ran the same tests from another location where the repo was closed already.