Lines Matching full:python
1 #!/usr/bin/env python
15 …'legacy Python interpreter. Please refer to the Get Started section of the ESP-IDF Programming Gui…
33 parser = argparse.ArgumentParser(description='ESP-IDF Python package dependency checker')
57 print('The following Python requirements are not satisfied:')
71 …in32' and os.environ.get('MSYSTEM', None) == 'MINGW32' and '/mingw32/bin/python' in sys.executable:
74 "\"pacman -S mingw-w64-i686-python-<package_name>\" for installing it.")
79 # Special case for MINGW32 Python, needs some packages
84 … "you run \"pacman -Syu\" followed by \"pacman -S mingw-w64-i686-python{}-cryptography\"."
88 … print("Please run the following command to install MSYS2's MINGW Python setuptools package:")
89 print('pacman -S mingw-w64-i686-python-setuptools')
98 print(' Python interpreter used: {}'.format(sys.executable))
100 print(' Warning: python interpreter not running from IDF_PYTHON_ENV_PATH')
104 print('Python requirements from {} are satisfied.'.format(args.requirements))