pip 错误:无效要求:colab 中的“==”

011*_*000 2 python google-colaboratory

我正在尝试通过执行以下操作来安装特定版本的 albumentations 库:

!pip install albumentations == 0.4.6
Run Code Online (Sandbox Code Playgroud)

我得到这个非常奇怪的错误:

ERROR: Invalid requirement: '=='
Run Code Online (Sandbox Code Playgroud)

我怎样才能解决这个问题?

Syn*_*ase 5

pip install albumentations==0.4.6
Run Code Online (Sandbox Code Playgroud)

没有空格:)