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
Using Python 3.8.2, not sure which version of pygbif but I've just installed it like half an hour ago.
"from pygbif import maps
out = maps.map(taxonKey = 2435098)
out.response
out.path
out.img
out.plot()"
this is all I have written, but i don't understand the error i am getting.
"ImportError: cannot import name 'maps' from partially initialized module 'pygbif' (most likely due to a circular import)"
how do I fix this? Thanks in advance
The text was updated successfully, but these errors were encountered:
Using Python 3.8.2, not sure which version of pygbif but I've just installed it like half an hour ago.
"from pygbif import maps
out = maps.map(taxonKey = 2435098)
out.response
out.path
out.img
out.plot()"
this is all I have written, but i don't understand the error i am getting.
"ImportError: cannot import name 'maps' from partially initialized module 'pygbif' (most likely due to a circular import)"
how do I fix this? Thanks in advance
The text was updated successfully, but these errors were encountered: