Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

エラーが出る #2976

Open
nepia-infinity opened this issue Jan 13, 2025 · 0 comments
Open

エラーが出る #2976

nepia-infinity opened this issue Jan 13, 2025 · 0 comments

Comments

@nepia-infinity
Copy link

Google Colabで実施したところ、下記のようなエラーが出ました。
解消方法が知りたいです。

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"
           ~~~~~~~^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant