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

Read parquet #1008

Closed
wants to merge 5 commits into from
Closed

Read parquet #1008

wants to merge 5 commits into from

Conversation

Hajar-Emami
Copy link
Contributor

Why are these changes needed?

Related issue number (if any).

@Hajar-Emami Hajar-Emami marked this pull request as draft February 3, 2025 20:57
@Hajar-Emami
Copy link
Contributor Author

Hajar-Emami commented Feb 3, 2025

getting the following error :

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 from huggingface_hub import hf_hub_download
      2 import pandas as pd
      4 REPO_ID = "HuggingFaceFW[/fineweb](http://localhost:8890/fineweb)"

ModuleNotFoundError: No module named 'huggingface_hub'

@shahrokhDaijavad

@shahrokhDaijavad
Copy link
Member

@Hajar-Emami As we discussed, we need to pip install first.

!pip install --upgrade huggingface_hub

@shahrokhDaijavad shahrokhDaijavad added the fixed Marks an issues as fixed in the dev branch label Feb 3, 2025
@Hajar-Emami Hajar-Emami closed this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Marks an issues as fixed in the dev branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants