I have a new computer and now am installing python / opening powershell
I get this message upon opening powershell
Try the new cross-platform PowerShell https://aka.ms/pscore6
Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings'
Current thread 0x00001370 (most recent call first):
Invoke-Expression : Cannot bind argument to parameter 'Command' because it is an empty string.
At C:\Users\user\Documents\WindowsPowerShell\profile.ps1:4 char:90
+ ... onda.exe" "shell.powershell" "hook") | Out-String | Invoke-Expression
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:PSObject) [Invoke-Expression], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.Invo
keExpressionCommand
I read this page* (below), my path is set
C:\Users\user\AppData\Local\Programs\Python\Python38-32\Scripts\
C:\Users\user\AppData\Local\Programs\Python\Python38-32\
However I cannot find PYTHONHOME
anywhere and I don't know how to add it.
Does anyone know how I can solve this error?
Thank you for reading :)
*Fatal Python error on Windows 10 ModuleNotFoundError: No module named 'encodings'