I am using the command python -m pip install
on the python34 folder but its giving me the following error:
Error while finding specs for 'pip._main_'{<class attribute error'>: 'module' object has no attribute'wraps'): 'pip' is a package and cannot be directly executed.
I have seen similar questions posted and I have also tried command prompt from scripts folder inside python34 folder and used the command "pip install" which seemed to work for others but I am still seeing the same error.