Following the installation instructions,
I'd setup a new venv and had successfully run the setup step python setup.py develop
Unfortunately, while running a sample test using pytest, there seems to be ModuleNotFoundError for its dependency on tensorflow.
While checking in the same venv, i get the exact version of Tf installed as the requirement in setup.pyerror trace
Although model training toy example using bash run_detext.sh at test/resources seems to be working fine
Following the installation instructions, I'd setup a new venv and had successfully run the setup step
python setup.py develop
Unfortunately, while running a sample test usingpytest
, there seems to beModuleNotFoundError
for its dependency on tensorflow. While checking in the same venv, i get the exact version of Tf installed as the requirement insetup.py
error traceAlthough model training toy example using
bash run_detext.sh
attest/resources
seems to be working fine