inbox.py icon indicating copy to clipboard operation
inbox.py copied to clipboard

Cannot even import

Open zoakes opened this issue 3 years ago • 1 comments

Trying to use per docs, won’t allow me to import Inbox() after install. Have checked reqs, all good, and tried on multiple images.

Do I just need to clone this and use it locally?

zoakes avatar Apr 11 '21 21:04 zoakes

I spent some time on a similar problem, and I realised i did

pip install inbox

instead of

pip install inbox.py

jcarlosroldan avatar Oct 27 '21 16:10 jcarlosroldan