I am beginner. I am trying to install pybars module. But the error code is
C:\TarTool>pip install pybars You are using pip version 6.0.8, however version 6.1.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting pybars Using cached pybars-0.0.4.tar.gz Traceback (most recent call last): File "", line 20, in File "C:\Users\bwang\AppData\Local\Temp\pip-build-zubm22_7\pybars\setup.py ", line 22, in description = file( NameError: name 'file' is not defined Complete output from command python setup.py egg_info: Traceback (most recent call last):
File "<string>", line 20, in <module>
File "C:\Users\bwang\AppData\Local\Temp\pip-build-zubm22_7\pybars\setup.py
", line 22, in
description = file(
NameError: name 'file' is not defined
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\bwan
g\AppData\Local\Temp\pip-build-zubm22_7\pybars