I am getting this error while downloading manager module:

I am using:
sudo pip3 install manager
and I get the error:
NameError: name 'reload' is not defined
I am getting this error while downloading manager module:

I am using:
sudo pip3 install manager
and I get the error:
NameError: name 'reload' is not defined
 
    
     
    
    Firstly according to the Github Page of Manager it only runs of either  2.6.7 or Python 2.7.3 while you tried to install it with a pip3 command implying a Python3+ version.
Additionally you also need PyQt as a dependency.
