I'm trying to use python requests module. It works correctly on root account, however when i switch to non-root account i get following error message:
AttributeError: 'module' object has no attribute 'get
which is happening while calling requests.get() function.
I did some testing and noticed something is wrong with imported moduile. Pleae take a look at screenshots - one from regular user account, second from root.
I tried to delete requests module using pip, even manually.. nothing helped.
Any tips?
It's not same question as resolved already (to MOD), i dont have any subfiles or anything named "requests".