I am very new to programming and I am trying to install the package requests to python.
In the terminal on my mac I am entering pip install requests
.
I am getting the following error message.
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: unable to load the file system codec
ImportError: No module named 'encodings'
Current thread 0x00007fff9e4ac3c0 (most recent call first):
Abort trap: 6
I would appreciate suggestions.