D:\a\Python_vs_Windows\Python_vs_Windows\tests\~envsmoke\.uv_env\Lib\site-packages\docopt.py:165: SyntaxWarning: "\S" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\S"? A raw string is also an option. name = re.findall('(<\S*?>)', source)[0] D:\a\Python_vs_Windows\Python_vs_Windows\tests\~envsmoke\.uv_env\Lib\site-packages\docopt.py:166: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. value = re.findall('\[default: (.*)\]', source, flags=re.I) D:\a\Python_vs_Windows\Python_vs_Windows\tests\~envsmoke\.uv_env\Lib\site-packages\docopt.py:207: SyntaxWarning: "\[" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\["? A raw string is also an option. matched = re.findall('\[default: (.*)\]', description, flags=re.I) D:\a\Python_vs_Windows\Python_vs_Windows\tests\~envsmoke\.uv_env\Lib\site-packages\docopt.py:456: SyntaxWarning: "\S" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\S"? A raw string is also an option. split = re.split('\n *(<\S+?>|-\S+?)', doc)[1:] D:\a\Python_vs_Windows\Python_vs_Windows\tests\~envsmoke\.uv_env\Lib\site-packages\yarg\package.py:200: SyntaxWarning: "\:" is an invalid escape sequence. Such sequences will not work in the future. Did you mean "\\:"? A raw string is also an option. """Python \:\: \d\.\d""") WARNING: Import named "colorama" not found locally. Trying to resolve it at the PyPI server. WARNING: Import named "colorama" was resolved to "colorama:0.4.6" package (https://pypi.org/project/colorama/). Please, verify manually the final list of requirements.txt to avoid possible dependency confusions. INFO: Successfully saved requirements file in D:\a\Python_vs_Windows\Python_vs_Windows\tests\~envsmoke\requirements.auto.txt