ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
We ran into some issues using ATS 7.0.5 (using the pip-install local method) with ALEATS on the Mac. We are using the .pth method to find modules. We get the following error:
ats module cannot be imported; check Python path.
The ats installation directory is the 4th from the last file. However, when we added "init.py" (an empty file) into that directory, it seemed to work. Any ideas why?
closing this issue for now. I think we are past this. In any case, will be focusing on pip install from the dev branch at this point and the next release off of that branch.
We ran into some issues using ATS 7.0.5 (using the pip-install local method) with ALEATS on the Mac. We are using the .pth method to find modules. We get the following error:
ats module cannot be imported; check Python path.
The ats installation directory is the 4th from the last file. However, when we added "init.py" (an empty file) into that directory, it seemed to work. Any ideas why?
See ATS Developers Teams Chat