I have been using Jupyter notebook to create a classifier with keras and as advised, i had to uninstall newer versions of python and install python 3.6.1 which is the last version compatible with keras as of now. After reinstalling python, when i try to open jupyter notebook it crashes or when i type python in cmd it gives me the error :
Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings'
Is there a specific way i was meant to install it?
I went over to the other article to amend any paths (in environment variables), if incorrect and they all seemed to be correct but when i try to run in cmd it gives me the same error.