菜鸟赫本 2023-04-06 17:58 采纳率: 82.1%
浏览 82
已结题

bert模型训练时sklearn.__check_build._check_build问题

bert模型训练sklearn.__check_build._check_build报错
报错:

Traceback (most recent call last):
  File "C:\ProgramData\Anaconda3\envs\test_4_6\lib\site-packages\sklearn\__check_build\__init__.py", line 44, in <module>
    from ._check_build import check_build  # noqa
ModuleNotFoundError: No module named 'sklearn.__check_build._check_build'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:/data/代码/代码/Bert文本分类/run.py", line 8, in <module>
    from train_eval import train, init_network
  File "D:\data\代码\代码\Bert文本分类\train_eval.py", line 6, in <module>
    from sklearn import metrics
  File "C:\ProgramData\Anaconda3\envs\test_4_6\lib\site-packages\sklearn\__init__.py", line 81, in <module>
    from . import __check_build  # noqa: F401
  File "C:\ProgramData\Anaconda3\envs\test_4_6\lib\site-packages\sklearn\__check_build\__init__.py", line 46, in <module>
    raise_build_error(e)
  File "C:\ProgramData\Anaconda3\envs\test_4_6\lib\site-packages\sklearn\__check_build\__init__.py", line 31, in raise_build_error
    raise ImportError("""%s
ImportError: No module named 'sklearn.__check_build._check_build'
___________________________________________________________________________
Contents of C:\ProgramData\Anaconda3\envs\test_4_6\lib\site-packages\sklearn\__check_build:
setup.py                  _check_build.cp36-win_amd64.pyd__init__.py
__pycache__
___________________________________________________________________________
It seems that scikit-learn has not been built correctly.

If you have installed scikit-learn from source, please do not forget
to build the package before using it: run `python setup.py install` or
`make` in the source directory.

If you have used an installer, please check that it is suited for your
Python version, your operating system and your platform.

Process finished with exit code 1

重新下载安装过相关的库但是还是无法解决
相关库版本:

```python

scikit-learn --0.24.2
scipy --1.5.4
numpy --1.20.1
sklearn --0.0
python --3.8.8

```

  • 写回答

3条回答 默认 最新

  • herosunly Python领域优质创作者 2023-04-06 18:10
    关注

    试试以下命令

    pip uninstall sklearn
    pip install numpy scipy
    pip install scikit-learn
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

问题事件

  • 系统已结题 4月15日
  • 已采纳回答 4月7日
  • 修改了问题 4月7日
  • 修改了问题 4月6日
  • 展开全部

悬赏问题

  • ¥15 对于squad数据集的基于bert模型的微调
  • ¥15 为什么我运行这个网络会出现以下报错?CRNN神经网络
  • ¥20 steam下载游戏占用内存
  • ¥15 CST保存项目时失败
  • ¥15 树莓派5怎么用camera module 3啊
  • ¥20 java在应用程序里获取不到扬声器设备
  • ¥15 echarts动画效果的问题,请帮我添加一个动画。不要机器人回答。
  • ¥15 Attention is all you need 的代码运行
  • ¥15 一个服务器已经有一个系统了如果用usb再装一个系统,原来的系统会被覆盖掉吗
  • ¥15 使用esm_msa1_t12_100M_UR50S蛋白质语言模型进行零样本预测时,终端显示出了sequence handled的进度条,但是并不出结果就自动终止回到命令提示行了是怎么回事: