gpt4 book ai didi

python-3.x - 在 Google Colab 上安装 spaCy 3.0 的麻烦

转载 作者:行者123 更新时间:2023-12-05 01:06:42 25 4
gpt4 key购买 nike

背景

我在以下本地环境中工作,需要在 GoogleColab 上使用 spaCy 3.0。

但是,由于 python 版本,在 3.0 之后安装 spaCy 似乎可以接受。

spaCy version    3.0.5                         
Python version 3.9.1

错误

如何在 GoogleColab 3.0 之后使用 spaCy 还是现在无法使用?

Requirement already satisfied: spacy in /usr/local/lib/python3.7/dist-packages (2.2.4)
ERROR: Could not find a version that satisfies the requirement 3.0.5 (from versions: none)
ERROR: No matching distribution found for 3.0.5

环境

GoogleColab

!pip install spacy
!python -m spacy info
============================== Info about spaCy ==============================

spaCy version 2.2.4
Python version 3.7.11

最佳答案

当你执行 pip install XXX 时,pip 默认不会升级你已经安装的东西。要更新它,请使用 -U(或 --update)标志。

pip install -U spacy

这应该安装最新版本。

关于python-3.x - 在 Google Colab 上安装 spaCy 3.0 的麻烦,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68494390/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com