You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Error parsing dependencies of pytorch-lightning: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
WARNING: Error parsing dependencies of torchsde: .* suffix can only be used with `==` or `!=` operators
numpy (>=1.19.*) ; python_version >= "3.7"
~~~~~~~^
Installing collected packages: pydantic
Attempting uninstall: pydantic
Found existing installation: pydantic 1.10.12
Uninstalling pydantic-1.10.12:
Successfully uninstalled pydantic-1.10.12
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
rembg 2.0.30 requires asyncer~=0.0.2, which is not installed.
rembg 2.0.30 requires filetype~=1.2.0, which is not installed.
rembg 2.0.30 requires imagehash~=4.3.1, which is not installed.
rembg 2.0.30 requires onnxruntime~=1.13.1, which is not installed.
rembg 2.0.30 requires watchdog~=2.1.9, which is not installed.
google-genai 0.3.0 requires pydantic<3.0.0dev,>=2.0.0, but you have pydantic 1.10.7 which is incompatible.
google-genai 0.3.0 requires websockets<15.0dev,>=13.0, but you have websockets 10.3 which is incompatible.
gradio 3.41.2 requires markupsafe~=2.0, but you have markupsafe 3.0.2 which is incompatible.
gradio 3.41.2 requires pillow<11.0,>=8.0, but you have pillow 11.1.0 which is incompatible.
langchain 0.3.14 requires pydantic<3.0.0,>=2.7.4, but you have pydantic 1.10.7 which is incompatible.
langchain-core 0.3.29 requires pydantic<3.0.0,>=2.5.2; python_full_version < "3.12.4", but you have pydantic 1.10.7 which is incompatible.
rembg 2.0.30 requires aiohttp~=3.8.1, but you have aiohttp 3.11.11 which is incompatible.
rembg 2.0.30 requires fastapi~=0.87.0, but you have fastapi 0.94.0 which is incompatible.
rembg 2.0.30 requires numpy~=1.23.5, but you have numpy 1.26.4 which is incompatible.
rembg 2.0.30 requires opencv-python-headless~=4.6.0.66, but you have opencv-python-headless 4.10.0.84 which is incompatible.
rembg 2.0.30 requires pillow~=9.3.0, but you have pillow 11.1.0 which is incompatible.
rembg 2.0.30 requires pooch~=1.6.0, but you have pooch 1.8.2 which is incompatible.
rembg 2.0.30 requires scikit-image~=0.19.3, but you have scikit-image 0.24.0 which is incompatible.
rembg 2.0.30 requires scipy~=1.9.3, but you have scipy 1.13.1 which is incompatible.
rembg 2.0.30 requires tqdm~=4.64.1, but you have tqdm 4.67.1 which is incompatible.
rembg 2.0.30 requires uvicorn~=0.20.0, but you have uvicorn 0.18.3 which is incompatible.
Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
WARNING: Error parsing dependencies of pytorch-lightning: .* suffix can only be used with `==` or `!=` operators
torch (>=1.9.*)
~~~~~~^
WARNING: Error parsing dependencies of torchsde: .* suffix can only be used with `==` or `!=` operators
numpy (>=1.19.*) ; python_version >= "3.7"
~~~~~~~^
The text was updated successfully, but these errors were encountered:
Google Colabで実施したところ、下記のようなエラーが出ました。
解消方法が知りたいです。
The text was updated successfully, but these errors were encountered: