python error AttributeError: module 'os' has no attribute 'WNOHANG'
python error AttributeError: module 'os' has no attribute 'WNOHANG'
当我导入模块 'geocat.comp' 时出现错误 AttributeError:模块 'os' 没有属性 'WNOHANG'。但是 'os' 模块在构建 python 时已经构建。 enter image description here
我不知道为什么。能否请您给我一些建议和提示。
您使用的库似乎不支持 Windows(目前)。
请参阅 geocat-comp 存储库中的 this particular issue。
当我导入模块 'geocat.comp' 时出现错误 AttributeError:模块 'os' 没有属性 'WNOHANG'。但是 'os' 模块在构建 python 时已经构建。 enter image description here
我不知道为什么。能否请您给我一些建议和提示。
您使用的库似乎不支持 Windows(目前)。 请参阅 geocat-comp 存储库中的 this particular issue。