You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: