Lines Matching full:print
25 …print('pkg_resources cannot be imported probably because the pip package is not installed and/or u…
66 print('The following Python requirements are not satisfied:')
68 print(requirement)
71 …print('Please check the documentation for the feature you are using, or run "%s -m pip install -r …
79 … print('To install the missing packages, please run "%s"' % os.path.join(idf_path, install_script))
81 …print("The recommended way to install a packages is via \"pacman\". Please run \"pacman -Ss <packa…
84 …print("NOTE: You may need to run \"pacman -Syu\" if your package database is older and run twice i…
86 …print('Please read https://github.com/msys2/msys2/wiki/Using-packages for further information abou…
92 …print('WARNING: The cryptography package have dependencies on system packages so please make sure '
97 … print("Please run the following command to install MSYS2's MINGW Python setuptools package:")
98 print('pacman -S mingw-w64-i686-python-setuptools')
101 print('Please follow the instructions found in the "Set up the tools" section of '
104 print('Diagnostic information:')
106 print(' IDF_PYTHON_ENV_PATH: {}'.format(idf_python_env_path or '(not set)'))
107 print(' Python interpreter used: {}'.format(sys.executable))
109 print(' Warning: python interpreter not running from IDF_PYTHON_ENV_PATH')
110 print(' PATH: {}'.format(os.getenv('PATH')))
113 print('Python requirements from {} are satisfied.'.format(args.requirements))