Skip to content
New issue

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

安装不成功报错是为啥啊 #47

Open
Gillian1998457 opened this issue Nov 14, 2022 · 1 comment
Open

安装不成功报错是为啥啊 #47

Gillian1998457 opened this issue Nov 14, 2022 · 1 comment

Comments

@Gillian1998457
Copy link

报错如下
ERROR: Could not find a version that satisfies the requirement scikit-learn (from xmnlp) (from versions: none)
ERROR: No matching distribution found for scikit-learn

@SeanLee97
Copy link
Owner

你的 python 版本是多少呢?

可以尝试按照如下步骤操作

  1. 升级 pip
python -m pip install -U pip
  1. 安装 scikit-learn
python -m pip install -U scikit-learn

如果还是报之前的错误,可以试试

python -m pip install -U sklearn
  1. 安装 xmnlp
python -m pip install xmnlp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants