Closed nadermx closed 3 years ago
HI @nadermx. My Python is a little rusty but it looks like it's trying to find square
in the local directory instead of the one you installed. https://realpython.com/lessons/why-cant-python-find-my-modules/ might be of some help? Let me know if that doesn't help and I'll do what I can to help you get up and running.
Hi, I'm currently trying to install this, and when I do
pip install squareup
or evenpip install git+https://github.com/square/square-python-sdk.git
it shows that it installed fineBut then when I try and import, I get this
I also did this
But if I do a
which square
orwhich squareup
it returns nothing. Any help would be appreciated