This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Description
- Running
python ./ts_scripts/install_from_src.py && python ./torchserve_sanity.py on a fresh EC2 instance (Ubuntu 18.04) throws exception due to missing dependencies not installed in install_from_src.py
## In directory: /home/ubuntu/serve | Executing command: pylint -rn --rcfile=./ts/tests/pylintrc ts/.
sh: 1: pylint: not found
...
## TorchServe Linting Failed !
-
We should verify that the versions of Java, Python and Pip are correct before running ts_scripts/install_from_src.py
-
Looking at the readme it is not clear right now whether Install Java 11 and Install python pre-requisite packages are also prerequisites for Install TorchServe for development
-
Verify that re-running ts_scripts/install_from_src.py and other scripts multiple times doesn't break the tests