Python pip not working as expected in 3.4

70 Views Asked by At

C:\Python34\lib\site-packages_distutils_hack_init_.py", line 158, in pip_imported_during_build cls.frame_file_is_setup(frame) for frame, line in traceback.walk_stack(None) AttributeError: 'module' object has no attribute 'walk_stack

I am getting this error in Python 3.4 when I try to use pip.

Can someone help?

I tried upgrading pip and it shows the same error.

0

There are 0 best solutions below