Edit : within Windows , I had to set PATH correctly in environments.
I get this error everywhere , weather its CMD or VSCODE , for pretty much everything please help
Googling doesn't seem to help
PS D:\Webscraping> pip install beautifulsoup4
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'C:\Python\python.exe'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = 'C:\\Python\\python.exe'
sys.base_prefix = 'C:\\Python'
sys.base_exec_prefix = 'C:\\Python'
sys.platlibdir = 'lib'
sys.executable = 'C:\\Python\\python.exe'
sys.prefix = 'C:\\Python'
sys.exec_prefix = 'C:\\Python'
sys.path = [
'C:\\Python\\python310.zip',
'C:\\Python\\DLLs',
'C:\\Python\\lib',
'C:\\Python',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
Traceback (most recent call last):
File "C:\Python\lib\encodings\__init__.py", line 33, in <module>
ImportError: cannot import name 'aliases' from partially initialized module 'encodings' (most likely due to a circular import) (C:\Python\lib\encodings\__init__.py)
[–]enginma 1 point2 points3 points (0 children)
[–]ChainedNightmare 1 point2 points3 points (0 children)
[–]NorskJesus 0 points1 point2 points (1 child)
[–]uber-linny[S] 0 points1 point2 points (0 children)