components for target esp32 -- Checking Python dependencies... pkg_resources cannot be imported probably because the pip package is not installed and/or using a legacy Python interpreter. Please refer to the Get Started section of the ESP-IDF Programming Guide for setting up the required ...
__main__ SourceModule imports: PyInstaller.__main__ • re • sys imported by: pkg_resources and indeed pkg_resources/__init__.py contains this line: from __main__ import __requires__ Now, this is what is happening here: When running PyInstaller, __main__ is the stub script ...
Return None. Raise SystemExit if the requested version or later cannot be installed. """to_dir = os.path.abspath(to_dir)# prior to importing, capture the module state for# representative modules.rep_modules ='pkg_resources','setuptools'imported = set(sys.modules).intersection(rep_modules)try...
pkg_resources _vendor extern tests __init__.py api_tests.txt py31compat.py .flake8 .readthedocs.yml .travis.yml CHANGES.rst LICENSE README.rst appveyor.yml conftest.py pytest.ini setup.cfg setup.py tox.ini Latest commit jaraco In pkg_resources, rely on natural packages rather than vendor...
This should only ever have any effect within a process that has pip imported (and even then you have to import from pip._vendor.pkg_resources). We generally do upgrade all of our vendored things whenever we cut a new release, it's just been awhile since we've done so. A lot of ...
`installer`, if supplied, will be invoked with each requirement that cannot be met by an already-installed distribution; it should return a ``Distribution`` or ``None``. Unless `replace_conflicting=True`, raises a VersionConflict exception if any requirements are found on the path that have ...
The `fallback` flag indicates whether we should attempt to resolve older versions of a plugin if the newest version cannot be resolved. This method returns a 2-tuple: (`distributions`, `error_info`), where `distributions` is a list of the distributions found in `plugin_env` tha...
The `fallback` flag indicates whether we should attempt to resolve older versions of a plugin if the newest version cannot be resolved. This method returns a 2-tuple: (`distributions`, `error_info`), where `distributions` is a list of the distributions found in `plugin_env` ...
The `fallback` flag indicates whether we should attempt to resolve older versions of a plugin if the newest version cannot be resolved. This method returns a 2-tuple: (`distributions`, `error_info`), where `distributions` is a list of the distributions found in `plugin_env` that...