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

Missing parenthesis - Python Error #8617

Closed
Udayabharathi-Thiagarajan opened this issue Feb 22, 2019 · 2 comments
Closed

Missing parenthesis - Python Error #8617

Udayabharathi-Thiagarajan opened this issue Feb 22, 2019 · 2 comments

Comments

@Udayabharathi-Thiagarajan

Missing Parenthesis
When i tried to use azure-cli for the first time after installation, I got the following error, which is obviously a python error. I'm using python3, but az command is using python2 it seems

The error that I got
Missing parentheses in call to 'print'. Did you mean print("Content-type:text/html\r\n\r\n")? (html.py, line 3)
Traceback (most recent call last):
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/azure/cli/core/commands/init.py", line 263, in execute
self.help.show_welcome(subparser)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/knack/help.py", line 656, in show_welcome
help_file = self.group_help_cls(self, '', parser)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/knack/help.py", line 219, in init
child.load(options)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/knack/help.py", line 163, in load
description = getattr(options, 'description', None)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/knack/parser.py", line 216, in getattribute
if callable(self._description) else self._description
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/azure/cli/core/init.py", line 457, in default_description_loader
op = handler or self.get_op_handler(operation)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/azure/cli/core/init.py", line 496, in get_op_handler
op = import_module(mod_to_import)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/azure/cli/command_modules/find/custom.py", line 16, in
from azure.cli.core.api import get_config_dir
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/azure/cli/core/api.py", line 11, in
from ._profile import load_subscriptions
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/azure/cli/core/_profile.py", line 16, in
from six.moves import BaseHTTPServer
File "", line 1032, in _handle_fromlist
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/six.py", line 92, in get
result = self._resolve()
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/six.py", line 115, in _resolve
return _import_module(self.mod)
File "/usr/local/Cellar/azure-cli/2.0.58/libexec/lib/python3.7/site-packages/six.py", line 82, in _import_module
import(name)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/server.py", line 93, in
import html
File "/Users/udayabharathi_thiaga/Documents/sslcheckexpire/html.py", line 3
print "Content-type:text/html\r\n\r\n"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Content-type:text/html\r\n\r\n")?

Environment summary
I'm using macOS High Sierra, I used brew to install azure-cli.

@tjprescott
Copy link
Member

tjprescott commented Feb 22, 2019

Duplicate of #7367

@tjprescott tjprescott marked this as a duplicate of #7367 Feb 22, 2019
@tjprescott
Copy link
Member

Please see referenced issue for workaround.

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

2 participants