_ImportError: cannot import name 'collections_abc' from 'six.moves' (unknown location)_ #121
lukmannhaqeem
started this conversation in
General
Replies: 1 comment
-
Are you using the latest version of the plugin? That error was already fixed check the issue #67 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm new to Google Earth Engine as well as Python. When I ran the script below in QGIS (3.10), I got an error. I'm not sure exactly what the issue is, but perhaps the program cannot locate the file's library. I appreciate your help in fixing this issue.
import ee
ImportError: cannot import name 'collections_abc' from 'six.moves' (unknown location)
Beta Was this translation helpful? Give feedback.
All reactions