Facing error when running "python setup.py install"

File “D:\d2l\d2l-en_1\pytorch\setup.py”, line 13, in
setup(
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools_init_.py”, line 153, in setup
return distutils.core.setup(**attrs)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\distutils\core.py”, line 148, in setup
dist.run_commands()
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\distutils\dist.py”, line 966, in run_commands
self.run_command(cmd)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\distutils\dist.py”, line 985, in run_command
cmd_obj.run()
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py”, line 67, in run
self.do_egg_install()
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\install.py”, line 117, in do_egg_install
cmd.run(show_deprecation=False)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 408, in run
self.easy_install(spec, not self.no_deps)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 650, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 697, in install_item
self.process_distribution(spec, dist, deps)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 744, in process_distribution
distros = WorkingSet([]).resolve(
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\pkg_resources_init_.py”, line 766, in resolve
dist = best[req.key] = env.best_match(
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\pkg_resources_init_.py”, line 1051, in best_match
return self.obtain(req, installer)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\pkg_resources_init_.py”, line 1063, in obtain
return installer(requirement)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 669, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 695, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 855, in install_eggs
return [install_dist(dist_filename, tmpdir)]
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\command\easy_install.py”, line 1070, in install_wheel
self.execute(
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\distutils\cmd.py”, line 335, in execute
util.execute(func, args, msg, dry_run=self.dry_run)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\distutils\util.py”, line 305, in execute
func(*args)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\wheel.py”, line 95, in install_as_egg
self._install_as_egg(destination_eggdir, zf)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\wheel.py”, line 103, in _install_as_egg
self._convert_metadata(zf, destination_eggdir, dist_info, egg_info)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\wheel.py”, line 114, in _convert_metadata
wheel_metadata = get_metadata(‘WHEEL’)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\site-packages\setuptools\wheel.py”, line 110, in get_metadata
with zf.open(posixpath.join(dist_info, name)) as fp:
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\zipfile.py”, line 1514, in open
zinfo = self.getinfo(name)
File “C:\Users\nando\AppData\Local\Programs\Python\Python310\lib\zipfile.py”, line 1441, in getinfo
raise KeyError(
KeyError: “There is no item named ‘nbconvert/tests/exporter_entrypoint/eptest-0.1.dist-info/WHEEL’ in the archive”