X-PLUG / MobileAgent

Mobile-Agent: The Powerful Mobile Device Operation Assistant Family
https://arxiv.org/abs/2406.01014
MIT License
2.3k stars 193 forks source link

ImportError #21

Closed bluelion8226 closed 3 weeks ago

bluelion8226 commented 1 month ago

Hi, I get the following error message:

ImportError: cannot import name '_datasets_server' from 'datasets.utils'

PS: Name: datasets Version: 2.19.2

Any ideas how to fix this?

Thank you.

junyangwang0410 commented 1 month ago

Hi, I get the following error message:

ImportError: cannot import name '_datasets_server' from 'datasets.utils'

PS: Name: datasets Version: 2.19.2

Any ideas how to fix this?

Thank you.

Hello, can you provide more complete error information?

bluelion8226 commented 1 month ago

I have fixed this issue by upgrading python version from 3.9.13 to 3.10.6. Thanks