We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn build 过程中,kfc-win.spec 文件中报如下错误,
` | exec(code, spec_namespace)
| File "python\kfc-win.spec", line 7, in
| if distutils.distutils_path.endswith('init.py'):
| AttributeError: module 'distutils' has no attribute 'distutils_path' ` python 版本 3.7.0 是 python 版本不兼容还是什么问题
The text was updated successfully, but these errors were encountered:
您好,我也遇到了这个问题,请问您是怎么解决的?
Sorry, something went wrong.
No branches or pull requests
yarn build 过程中,kfc-win.spec 文件中报如下错误,
`
| exec(code, spec_namespace)
| File "python\kfc-win.spec", line 7, in
| if distutils.distutils_path.endswith('init.py'):
| AttributeError: module 'distutils' has no attribute 'distutils_path'
`
python 版本 3.7.0
是 python 版本不兼容还是什么问题
The text was updated successfully, but these errors were encountered: