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

Encountering issues with import datasets in preprocess_feedback_spreadsheet.py #1

Open
JamesTu-jtjt opened this issue May 11, 2023 · 1 comment

Comments

@JamesTu-jtjt
Copy link

JamesTu-jtjt commented May 11, 2023

After building the virtual environment and executing the command: bash ilf_pipeline.sh -d $(pwd) -n test
I get the Error message:

Traceback (most recent call last):
File "preprocess_feedback_spreadsheet.py", line 4, in
from datasets import Dataset, load_dataset
File "/mnt/c/ifl/Lib/site-packages/datasets/init.py", line 24, in
import pyarrow
File "/mnt/c/ifl/Lib/site-packages/pyarrow/init.py", line 65, in
import pyarrow.lib as _lib
ModuleNotFoundError: No module named 'pyarrow.lib'

I have tried uninstalling and reinstalling datasets and pyarrow, but I still get the same error and can't seem to find much resources online that can help.
My virtual environment is built with python venv on windows 10.
Any help or suggestions would be appreciated!

@damengdameng
Copy link

Hi, May I ask if you have successfully run the whole process?

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

2 participants