Skip to content

Circular Occurences? #96

Open
Open
@agrosh24

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Circular Occurences? · Issue #96 · gbif/pygbif