I am trying to accomplish pip install formulas however keep getting this error
C:\Python27>python.exe c:\Python27\Scripts\pip.exe install formulas
Traceback (most recent call last):
File "C:\Python27\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "C:\Python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
File "c:\Python27\Scripts\pip.exe\__main__.py", line 5, in <module>
ImportError: cannot import name main
I have tried from path
c:\python>python pip install formulas
c:\python>python c:\python\scripts\pip install formulas
c:\python\scripts> c:\python\python pip install formulas
It doesnt matter what I try to pip install i continually get the same error.