0

I am getting this error while downloading manager module:

error screenshot

I am using:

sudo pip3 install manager

and I get the error:

NameError: name 'reload' is not defined
Martin Evans
  • 45,791
  • 17
  • 81
  • 97
Sri
  • 1
  • 1

1 Answers1

0

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.

Meghdeep Ray
  • 5,262
  • 4
  • 34
  • 58