Home > other >  Python version <3.5 do not support starred expressions in dicts
Python version <3.5 do not support starred expressions in dicts

Time:04-05

When using the pycharm encountered this problem, my Python version is 3.6.0 but when use the asterisk expression appeared this problem
Fields={condition_fields * *, * * source_fields
}

CodePudding user response:

Please bosses gives give directions, thank you

CodePudding user response:

Prompt said, python version of less than 3.5 does not support the asterisk expression in the dictionary,

Although you are python version 3.6, but the interpreter does not choose your pycharm project 3.6, determine the lower right corner as shown right:

CodePudding user response:

refer to the second floor hx366 response:
prompt said, python version of less than 3.5 does not support the asterisk expression in the dictionary,

Although you are python version 3.6, but the interpreter does not choose your pycharm project 3.6, determine the lower right corner as shown right:


My computer is only

These, did not show the Python place ah, excuse me how to adjust?

CodePudding user response:

The python uninstall, install a new version of the

CodePudding user response:

Then never set, not the python interpreter, does not identify a python program,

File - & gt; Settings

CodePudding user response:

The building Lord solved? I, too, but not the cause of the upstairs said, the configuration is no problem, I think we are a problem,
  • Related