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
运行set-up脚本的时候提示需要python3.8版本装不上是为什么?
The text was updated successfully, but these errors were encountered:
同样的问题+1
Sorry, something went wrong.
使用本地Anaconda安装,执行到“python setup.py install”时出现如下错误:
RuntimeError: Scikit-learn requires Python 3.8 or later. The current Python version is 3.6.8
直接pip install scikit-learn,安装完适配的sklearn之后,继续执行python setup.py install安装其他包,后续问题同样方法
No branches or pull requests
运行set-up脚本的时候提示需要python3.8版本装不上是为什么?
The text was updated successfully, but these errors were encountered: