Patreon / patreon-python

Interact with the Patreon API via OAuth
Apache License 2.0
122 stars 33 forks source link

Cannot import the schemas module #37

Closed aypas closed 2 years ago

aypas commented 2 years ago

Because version 0.5.1 is not published on pypl.org I had to install the current version by using the following command pip install git+https://github.com/Patreon/patreon-python

However, despite the installation being in the correct directory and the schemas directory being in there, I cannot import anything from the schemas directory.

This is a problem because the contents of that module are needed in order specify the information you'd like patreon to return.

aypas commented 2 years ago

sorry, I'm new to python and I messed up on the how to organize issues