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

Dependencies issue #11

Open
jtsanborn1 opened this issue Sep 9, 2024 · 2 comments
Open

Dependencies issue #11

jtsanborn1 opened this issue Sep 9, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@jtsanborn1
Copy link

What python did you run on your side? i got a lot of dependencies not found errors.

env was created based on Python 3.9 and python 3.10

@lingtengqiu
Copy link
Collaborator

lingtengqiu commented Sep 11, 2024

python3.8, we used, but I do not think it is the errors caused by the version of python . Could you please give me more error information?

@hugoycj hugoycj added the good first issue Good for newcomers label Sep 12, 2024
@aloma85
Copy link

aloma85 commented Sep 28, 2024

I'm having the same issue. Even in google colab

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.
cudf-cu12 24.4.1 requires pandas<2.2.2dev0,>=2.0, but you have pandas 2.2.2 which is incompatible.
cudf-cu12 24.4.1 requires pyarrow<15.0.0a0,>=14.0.1, but you have pyarrow 16.0.0 which is incompatible.
dask 2024.8.0 requires click>=8.1, but you have click 8.0.4 which is incompatible.
gcsfs 2024.6.1 requires fsspec==2024.6.1, but you have fsspec 2024.3.1 which is incompatible.
google-colab 1.0.0 requires pandas==2.1.4, but you have pandas 2.2.2 which is incompatible.
google-colab 1.0.0 requires requests==2.32.3, but you have requests 2.31.0 which is incompatible.
jupyter-server 1.24.0 requires anyio<4,>=3.1.0, but you have anyio 4.4.0 which is incompatible.
pytensor 2.25.4 requires filelock>=3.15, but you have filelock 3.14.0 which is incompatible.
torchaudio 2.4.1+cu121 requires torch==2.4.1, but you have torch 2.2.0 which is incompatible.
torchvision 0.19.1+cu121 requires torch==2.4.1, but you have torch 2.2.0 which is incompatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants