Я пытаюсь установить постоянную библиотеку в Google Colab Laboratory. Я следую инструкциям, перечисленным в Как установить библиотеку в Colab навсегда?
!pip install --target=$'/content/gdrive/My Drive/PythonLibs/' --upgrade pycuda
!pip install --target=$'/content/gdrive/My Drive/PythonLibs/' --upgrade pydicom
У меня проблема с несовместимостью зависимостей с Colab.
Successfully built pycuda pytools
ERROR: google-colab 1.0.0 has requirement six~=1.12.0, but you'll have six 1.14.0 which is incompatible.
ERROR: datascience 0.10.6 has requirement folium==0.2.1, but you'll have folium 0.8.3 which is incompatible.
ERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.
Installing collected packages: decorator, appdirs, six, numpy, pytools, MarkupSafe, mako, pycuda
Successfully installed MarkupSafe-1.1.1 appdirs-1.4.3 decorator-4.4.2 mako-1.1.2 numpy-1.18.2 pycuda-2019.1.2 pytools-2020.1 six-1.14.0
WARNING: The following packages were previously imported in this runtime:
[decorator,numpy]
You must restart the runtime in order to use newly installed versions.
ERROR: Could not find a version that satisfies the requirement upgrade (from versions: none)
ERROR: No matching distribution found for upgrade
Есть ли способ решить эту проблему?