Can't install Anaconda/Miniconda properly

So basically i tried to install anaconda or miniconda multiple times using different methods but nothing works as intended :

→ When i create an environment ( conda create --name “name” python=“python version” ) If i activate it it doesn’t have python, pip or any package it should have.

→ I wanted to use anaconda-navigator to manage it but it doesn’t start either, blocks on loading environment on the screen and in code i get an error :

QMimeDatabase: Error loading internal MIME data
An error has been encountered at line 1 of <internal MIME data>: Premature end of document.:
2023-09-02 10:58:00,308 - ERROR __init__.global_exception_logger:20
'utf-8' codec can't decode byte 0xe9 in position 10: invalid continuation byte
Traceback (most recent call last):
  File "C:\Users\Hélain\anaconda3\Lib\site-packages\anaconda_navigator\widgets\main_window\__init__.py", line 484, in setup
    self.post_setup(conda_data=output)
  File "C:\Users\Hélain\anaconda3\Lib\site-packages\anaconda_navigator\widgets\main_window\__init__.py", line 516, in post_setup
    self.components.environments.tab.setup(conda_data)
  File "C:\Users\Hélain\anaconda3\Lib\site-packages\anaconda_navigator\widgets\tabs\environments.py", line 147, in setup
    self.set_packages(packages)
  File "C:\Users\Hélain\anaconda3\Lib\site-packages\anaconda_navigator\widgets\tabs\environments.py", line 173, in set_packages
    worker = self.api.process_packages(packages, prefix=self.current_prefix, blacklist=self.BLACKLIST)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Hélain\anaconda3\Lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 486, in process_packages
    worker = self._conda_api.pip_list(prefix=prefix)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Hélain\anaconda3\Lib\site-packages\anaconda_navigator\api\conda_api\__init__.py", line 1651, in pip_list
    sp_dir = sp_dir.decode()
             ^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 10: invalid continuation byte

I don’t know exactly what problem(s) I have and how to fix them…

exactly same situation,don’t know how to fix it.