pinterest / pinterest-python-sdk

An SDK that makes it quick and easy to build applications with Pinterest API.
Apache License 2.0
43 stars 28 forks source link

ModuleNotFoundError #115

Open Aviksaikat opened 11 months ago

Aviksaikat commented 11 months ago
from pinterest.organic.pins import Pin
ModuleNotFoundError: No module named 'pinterest.organic'; 'pinterest' is not a package

Additional Details (please complete the following information):

Additional Context I'm using poetry and installed the package

[tool.poetry.dependencies]
pinterest-api-sdk = "^0.2.1"