I'm having an issue with installing Python packages, I've never had this problem before: error code:
C:\Users\joe_h\.conda>pip install pandas-datareader
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'c:\users\joe_h\anaconda3\anaconda3\python.exe'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = 'c:\\users\\joe_h\\anaconda3\\anaconda3\\python.exe'
sys.base_prefix = ''
sys.base_exec_prefix = ''
sys.executable = 'c:\\users\\joe_h\\anaconda3\\anaconda3\\python.exe'
sys.prefix = ''
sys.exec_prefix = ''
sys.path = [
'c:\\users\\joe_h\\anaconda3\\anaconda3\\python38.zip',
'.\\DLLs',
'.\\lib',
'c:\\users\\joe_h\\anaconda3\\anaconda3',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x000028f4 (most recent call first):
<no Python frame>
anyone got any idea what I need to do to start installing packages again? Thanks in advance