I am setting up a Horizon development environment, but getting errors while running ./run_tests.sh
I have followed the quickstart quide for the setup. The following is the error i get : pkg_resources.DistributionNotFound: pep8>=1.5.7 Tests Failed
I installed pep8 using the command sudo apt-get install pep8 But still getting the same error.