Skip to content Skip to sidebar Skip to footer

PyDev 7.3.0 Warns Uselessly About Iterable Unpacking With Python 3.7

Stop editing just to gain few points of reputations and not helping, thanks First of all, it does not bother the compilation of my code. The command (base) user@machine:~$ python s

Solution 1:

I think that the problem is probably that your project is configured to validate the syntax for a different version of Python.

i.e.: In the project properties, PyDev - Interpreter/Grammar you probably have an older version of Python selected (either in Grammar version or Additional syntax validation).

See: https://www.pydev.org/manual_101_project_conf2.html for more details.


Post a Comment for "PyDev 7.3.0 Warns Uselessly About Iterable Unpacking With Python 3.7"