Apply distutils fix for parsing linker parameters #1057
Annotations
10 warnings
|
setuptools/modified.py#L3
Import "distutils._modified" could not be resolved from source (reportMissingModuleSource)
|
|
setuptools/monkey.py#L13
Import "distutils.filelist" could not be resolved from source (reportMissingModuleSource)
|
|
setuptools/monkey.py#L81
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
setuptools/monkey.py#L81
"core" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
setuptools/monkey.py#L81
"cmd" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
setuptools/monkey.py#L90
Cannot assign to attribute "Extension" for class "ModuleType"
Attribute "Extension" is unknown (reportAttributeAccessIssue)
|
|
setuptools/monkey.py#L105
"dist" is not a known attribute of module "distutils" (reportAttributeAccessIssue)
|
|
setup.py#L79
No overloads for "relpath" match the provided arguments (reportCallIssue)
|
|
setup.py#L79
Argument of type "str | None" cannot be assigned to parameter "path" of type "StrPath" in function "relpath"
Type "str | None" is not assignable to type "StrPath"
Type "None" is not assignable to type "StrPath"
"None" is not assignable to "str"
"None" is incompatible with protocol "PathLike[str]"
"__fspath__" is not present (reportArgumentType)
|
|
setuptools/tests/test_install_scripts.py#L30
Cannot assign to attribute "executable" for class "Command"
Attribute "executable" is unknown (reportAttributeAccessIssue)
|
The logs for this run have expired and are no longer available.
Loading