Dotenv modülünü yüklemeye çalışırken "Command errored out with exit status 1" hatası alıyorum

merhaba,
bu hatanın çözümünü bi türlü yapamadım

C:\Windows\system32>pip install dotenv
Collecting dotenv
  Using cached dotenv-0.0.5.tar.gz (2.4 kB)
    ERROR: Command errored out with exit status 1:
     command: 'c:\program files (x86)\python38-32\python.exe' -c 'import sys, se
tuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Yönetici\\AppData\\Local\\Temp
\\pip-install-qg76nq4e\\dotenv_05fe517c2bfc4b62b19dc99f91aab37a\\setup.py'"'"';
__file__='"'"'C:\\Users\\Yönetici\\AppData\\Local\\Temp\\pip-install-qg76nq4e\\d
otenv_05fe517c2bfc4b62b19dc99f91aab37a\\setup.py'"'"';f=getattr(tokenize, '"'"'o
pen'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.
close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\U
sers\Yönetici\AppData\Local\Temp\pip-pip-egg-info-pa9utgxw'
         cwd: C:\Users\Yönetici\AppData\Local\Temp\pip-install-qg76nq4e\dotenv_0
5fe517c2bfc4b62b19dc99f91aab37a\
    Complete output (51 lines):
        ERROR: Command errored out with exit status 1:
         command: 'c:\program files (x86)\python38-32\python.exe' -c 'import sys
, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Yönetici\\AppData\\Local\\
Temp\\pip-wheel-0m5fda9g\\distribute_70b52cd6cd904d178b9e2339c6cf669b\\setup.py'
"'"'; __file__='"'"'C:\\Users\\Yönetici\\AppData\\Local\\Temp\\pip-wheel-0m5fda9
g\\distribute_70b52cd6cd904d178b9e2339c6cf669b\\setup.py'"'"';f=getattr(tokenize
, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'
"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-ba
se 'C:\Users\Yönetici\AppData\Local\Temp\pip-pip-egg-info-juw7v4de'
             cwd: C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distri
bute_70b52cd6cd904d178b9e2339c6cf669b\
        Complete output (15 lines):
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
          File "C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distribu
te_70b52cd6cd904d178b9e2339c6cf669b\setuptools\__init__.py", line 2, in <module>

            from setuptools.extension import Extension, Library
          File "C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distribu
te_70b52cd6cd904d178b9e2339c6cf669b\setuptools\extension.py", line 5, in <module
>
            from setuptools.dist import _get_unpatched
          File "C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distribu
te_70b52cd6cd904d178b9e2339c6cf669b\setuptools\dist.py", line 7, in <module>
            from setuptools.command.install import install
          File "C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distribu
te_70b52cd6cd904d178b9e2339c6cf669b\setuptools\command\__init__.py", line 8, in
<module>
            from setuptools.command import install_scripts
          File "C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distribu
te_70b52cd6cd904d178b9e2339c6cf669b\setuptools\command\install_scripts.py", line
 3, in <module>
            from pkg_resources import Distribution, PathMetadata, ensure_directo
ry
          File "C:\Users\Yönetici\AppData\Local\Temp\pip-wheel-0m5fda9g\distribu
te_70b52cd6cd904d178b9e2339c6cf669b\pkg_resources.py", line 1518, in <module>
            register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultPr
ovider)
        AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFi
leLoader'
        ----------------------------------------
    ERROR: Command errored out with exit status 1: python setup.py egg_info Chec
k the logs for full command output.
    Traceback (most recent call last):
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\setu
ptools\installer.py", line 126, in fetch_build_egg
        subprocess.check_call(cmd)
      File "c:\program files (x86)\python38-32\lib\subprocess.py", line 364, in
check_call
        raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command '['c:\\program files (x86)\\python38-
32\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps
', '-w', 'C:\\Users\\YNETIC~1\\AppData\\Local\\Temp\\tmpc8hh5ty_', '--quiet', 'd
istribute']' returned non-zero exit status 1.

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Yönetici\AppData\Local\Temp\pip-install-qg76nq4e\dotenv_05f
e517c2bfc4b62b19dc99f91aab37a\setup.py", line 13, in <module>
        setup(name='dotenv',
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\setu
ptools\__init__.py", line 152, in setup
        _install_setup_requires(attrs)
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\setu
ptools\__init__.py", line 147, in _install_setup_requires
        dist.fetch_build_eggs(dist.setup_requires)
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\setu
ptools\dist.py", line 673, in fetch_build_eggs
        resolved_dists = pkg_resources.working_set.resolve(
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\pkg_
resources\__init__.py", line 764, in resolve
        dist = best[req.key] = env.best_match(
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\pkg_
resources\__init__.py", line 1049, in best_match
        return self.obtain(req, installer)
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\pkg_
resources\__init__.py", line 1061, in obtain
        return installer(requirement)
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\setu
ptools\dist.py", line 732, in fetch_build_egg
        return fetch_build_egg(self, req)
      File "C:\Users\Yönetici\AppData\Roaming\Python\Python38\site-packages\setu
ptools\installer.py", line 128, in fetch_build_egg
        raise DistutilsError(str(e)) from e
    distutils.errors.DistutilsError: Command '['c:\\program files (x86)\\python3
8-32\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-de
ps', '-w', 'C:\\Users\\YNETIC~1\\AppData\\Local\\Temp\\tmpc8hh5ty_', '--quiet',
'distribute']' returned non-zero exit status 1.
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check th
e logs for full command output.

C:\Windows\system32>

python versiyon=3.8.7

3.9.1 sürümünü indirip dener misiniz?

EFM 3.9.0 , 3.9.1 , 3.8.2 , 3.8.3 , 3.8.7
bunları denedim hiçbiri olmadı