Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install pyspecs fails #18

Open
robert-dzikowski opened this issue May 5, 2017 · 2 comments
Open

pip install pyspecs fails #18

robert-dzikowski opened this issue May 5, 2017 · 2 comments

Comments

@robert-dzikowski
Copy link

robert-dzikowski commented May 5, 2017

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

@dannypurcell
Copy link

dannypurcell commented Jun 22, 2018

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

@mdwhatcott
Copy link
Owner

mdwhatcott commented Jun 22, 2018

@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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants