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

Compatibility and import errors #90

Open
Sleuthing opened this issue Oct 24, 2024 · 0 comments
Open

Compatibility and import errors #90

Sleuthing opened this issue Oct 24, 2024 · 0 comments

Comments

@Sleuthing
Copy link

Sleuthing commented Oct 24, 2024

In the notebook Introdcution_to_diffusers

First this cell:
%pip install -qq -U diffusers datasets transformers accelerate ftfy pyarrow==9.0.0
it gives this error every other time it is run:

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.
bigframes 1.22.0 requires pyarrow>=10.0.1, but you have pyarrow 9.0.0 which is incompatible.
cudf-cu12 24.10.1 requires pyarrow<18.0.0a0,>=14.0.0, but you have pyarrow 9.0.0 which is incompatible.
pylibcudf-cu12 24.10.1 requires pyarrow<18.0.0a0,>=14.0.0, but you have pyarrow 9.0.0 which is incompatible.

Then by 'Step 2: Download a training dataset':
Specifically this line:
from datasets import load_dataset
it gives this error:

cannot import name 'implements' from 'pyarrow.util'

and this same line generates this error instead:

cannot import name 'SortingColumn' from 'pyarrow._parquet'

if I remove the specification of version 9.0.0 for pyarrow

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