pyspecs icon indicating copy to clipboard operation
pyspecs copied to clipboard

pip install pyspecs fails

Open robert-dzikowski opened this issue 8 years ago • 2 comments
trafficstars

Hi. I know that it was corrected in master but version used by pip still has print problem: pip install pyspecs Collecting pyspecs Downloading pyspecs-2.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\WINDOWS\TEMP\pip-build-ua7ehn77\pyspecs\setup.py", line 2, in import pyspecs File "C:\WINDOWS\TEMP\pip-build-ua7ehn77\pyspecs\pyspecs_init_.py", line 3, in from pyspecs._reporting import ConsoleReporter File "C:\WINDOWS\TEMP\pip-build-ua7ehn77\pyspecs\pyspecs_reporting.py", line 61 print problem ^ SyntaxError: Missing parentheses in call to 'print' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\WINDOWS\TEMP\pip-build-ua7ehn77\pyspecs\

I use Python 3.6.0

robert-dzikowski avatar May 05 '17 10:05 robert-dzikowski

looks like this is still an issue, is this project still maintained? If so, is there anything blocking the latest from releasing?

dannypurcell avatar Jun 22 '18 18:06 dannypurcell

@dannypurcell - I haven't touched it for quite some time and don't have any intention to get back into it. @magmax was the last to touch the code, and that was in 2016...

mdwhatcott avatar Jun 22 '18 18:06 mdwhatcott