I have followed some guidance on how to indicate Python 3 to run on Visual Studio Code in my Linux machine. However when I execute my script it gives me an error with path indicating Python 2.7
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
I don't know if I configure something wrong.