Downloaded rbtools 1.0.2 source code and tried testing it before installation. But I get the following error.
------------------------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "./rbtools/rbt", line 8, in <module>
main.main()
File "/users/hema/git/rbtools/rbtools/../rbtools/commands/main.py", line 127, in main
ep = find_entry_point_for_command(command_name)
File "/users/hema/git/rbtools/rbtools/../rbtools/commands/__init__.py", line 966, in find_entry_point_for_command
command_name)
File "/usr/software/pkgs/Python-2.7.12/lib/python2.7/site-packages/setuptools-40.6.2-py2.7.egg/pkg_resources/__init__.py", line 497, in get_entry_info
File "/usr/software/pkgs/Python-2.7.12/lib/python2.7/site-packages/setuptools-40.6.2-py2.7.egg/pkg_resources/__init__.py", line 479, in get_distribution
File "/usr/software/pkgs/Python-2.7.12/lib/python2.7/site-packages/setuptools-40.6.2-py2.7.egg/pkg_resources/__init__.py", line 355, in get_provider
File "/usr/software/pkgs/Python-2.7.12/lib/python2.7/site-packages/setuptools-40.6.2-py2.7.egg/pkg_resources/__init__.py", line 898, in require
File "/usr/software/pkgs/Python-2.7.12/lib/python2.7/site-packages/setuptools-40.6.2-py2.7.egg/pkg_resources/__init__.py", line 784, in resolve
pkg_resources.DistributionNotFound: The 'rbtools' distribution was not found and is required by the application
------------------------------------------------------------------------------------------------------------------------------------
Any help to resolve this error is appreciated.
Hema.