Hi. I am trying to install the package called "instapy-cli". I have entered all the following commands:
pip install instapy-client
pip3 install instapy-client
pip3 install --user instapy-client
pip install --user instapy-client.
When typing "pip3 freeze", I see instapy-client. But, when I import it with instapy_client (with an underscore that works on my computer and is right according to the documentation). It still doesn´t work and I get an ImportError. The command line interface for instapy-cli works.
My file is put in /home/(username)/file.py, if that does matter. If a sysadmin reads this, check pyanywhereinstagramposting.py.
[edited by admin: formatting]