You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on pypa/pip#4748
for pip._internal.locations
I am getting following errors
src\pip_internal\locations.py:166: error: Revealed type is 'distutils.dist.Distribution'
src\pip_internal\locations.py:167: error: "Distribution" has no attribute "parse_config_files"
src\pip_internal\locations.py:168: error: "Distribution" has no attribute "get_command_obj"
src\pip_internal\locations.py:188: error: "Distribution" has no attribute "get_option_dict"
Please make those stubs in typeshed
The text was updated successfully, but these errors were encountered:
When working on
pypa/pip#4748
for pip._internal.locations
I am getting following errors
src\pip_internal\locations.py:166: error: Revealed type is 'distutils.dist.Distribution'
src\pip_internal\locations.py:167: error: "Distribution" has no attribute "parse_config_files"
src\pip_internal\locations.py:168: error: "Distribution" has no attribute "get_command_obj"
src\pip_internal\locations.py:188: error: "Distribution" has no attribute "get_option_dict"
Please make those stubs in typeshed
The text was updated successfully, but these errors were encountered: