-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
TypeError: 'NoneType' object is not callable #2869
Comments
Hi, @Chenfei-Kang. I'm sorry, but I'm not able to reproduce your bug: from datasets import load_dataset
ds = load_dataset("glue", 'cola')
ds
Could you please give more details and environment info (platform, PyArrow version)? |
Sorry to reply you so late. |
|
|
For that environment, I am sorry but I can't reproduce the bug: I can load the dataset without any problem. |
One naive question: do you have internet access from the machine where you execute the code? |
But I can download other task dataset such as |
Hi,friends. I meet the same problem. Do you have a way to fix this? Thanks! |
I'm getting the same error. Have you solved the problem? Please tell me how to fix it |
same error, fix by Downgrade the datasets version to 2.16.0. |
Describe the bug
TypeError: 'NoneType' object is not callable
Steps to reproduce the bug
Expected results
A clear and concise description of the expected results.
Actual results
Specify the actual results or traceback.
Environment info
datasets
version: 1.11.0The text was updated successfully, but these errors were encountered: