菜鸟赫本 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 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
  • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
  • ¥15 用windows做服务的同志有吗
  • ¥60 求一个简单的网页(标签-安全|关键词-上传)
  • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值