I had tried different ways and the solution
is: Changing the version of Python
.
By the time, my python-version
was 3.10
and some other packages were not supported either, and raised same error; So I installed version 3.9.5
and everything works just fine.