You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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...
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
The text was updated successfully, but these errors were encountered: