I’ve done below command in command line in windows:
python.exe setup.py install
It was running then came up with this error:
error: invalid command 'install_lib' (no class 'install_lib' in module 'distutil
s.command.install_lib')
Can anyone pinpoint what it is?
Download and install setuptools for windows and then run the command.