Description
I have created the virtual env and set the python path as suggested in Readme. However, I am getting the following error while executing 'pytest'.
=========================================================================================== test session starts ============================================================================================
platform linux -- Python 3.8.8, pytest-6.2.3, py-1.10.0, pluggy-0.13.1
rootdir: /media/enigma/Drive1/Activity_detection_for_Life_log/performer
plugins: anyio-2.2.0
collected 0 items / 3 errors
================================================================================================== ERRORS ==================================================================================================
______________________________________________________________________________ ERROR collecting test/test_build_attention.py _______________________________________________________________________________
ImportError while importing test module '/media/enigma/Drive1/Activity_detection_for_Life_log/performer/test/test_build_attention.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/enigma/anaconda3/lib/python3.8/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test/test_build_attention.py:3: in
import tensorflow as tf
E ModuleNotFoundError: No module named 'tensorflow'
___________________________________________________________________________________ ERROR collecting test/test_model.py ____________________________________________________________________________________
ImportError while importing test module '/media/enigma/Drive1/Activity_detection_for_Life_log/performer/test/test_model.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/enigma/anaconda3/lib/python3.8/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test/test_model.py:5: in
import tensorflow as tf
E ModuleNotFoundError: No module named 'tensorflow'
__________________________________________________________________________________ ERROR collecting test/test_sampler.py ___________________________________________________________________________________
ImportError while importing test module '/media/enigma/Drive1/Activity_detection_for_Life_log/performer/test/test_sampler.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/home/enigma/anaconda3/lib/python3.8/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test/test_sampler.py:6: in
import tensorflow as tf
E ModuleNotFoundError: No module named 'tensorflow'
========================================================================================= short test summary info ======================================
4FC9
====================================================
ERROR test/test_build_attention.py
ERROR test/test_model.py
ERROR test/test_sampler.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!