Pip не работает, говорит, что не может создавать колеса

#python #windows #pip

#python #Windows #pip

Вопрос:

Я искал в Интернете решение, но не нашел его.

У меня новый компьютер, который является моим первым рабочим столом, и мне нужно установить python и pip и все эти вещи для школьного проекта, но при установке PyTorch и других пакетов, которые мне нужны, я столкнулся с этой ошибкой:

 C:UsersOwlsoul>pip3 install torch
Defaulting to user installation because normal site-packages is not writeable
Collecting torch
  Using cached torch-0.1.2.post2.tar.gz (128 kB)
Collecting pyyaml
  Using cached PyYAML-5.3.1.tar.gz (269 kB)
Building wheels for collected packages: torch, pyyaml
  Building wheel for torch (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:program filesinkscapebinpython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\torch\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:UsersOwlsoulAppDataLocalTemppip-wheel-kmaghkld'
       cwd: C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jtorch
  Complete output (30 lines):
  running bdist_wheel
  running build
  running build_deps
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jtorchsetup.py", line 225, in <module>
      setup(name="torch", version="0.1.2.post2",
    File "C:UsersOwlsoul.locallibpython3.8site-packagessetuptools__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "C:program filesinkscapelibpython3.8distutilscore.py", line 148, in setup
      dist.run_commands()
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 966, in run_commands
      self.run_command(cmd)
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:UsersOwlsoul.locallibpython3.8site-packageswheelbdist_wheel.py", line 290, in run
      self.run_command('build')
    File "C:program filesinkscapelibpython3.8distutilscmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:program filesinkscapelibpython3.8distutilscommandbuild.py", line 135, in run
      self.run_command(cmd_name)
    File "C:program filesinkscapelibpython3.8distutilscmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jtorchsetup.py", line 51, in run
      from tools.nnwrap import generate_wrappers as generate_nn_wrappers
  ModuleNotFoundError: No module named 'tools.nnwrap'
  ----------------------------------------
  ERROR: Failed building wheel for torch
  Running setup.py clean for torch
  ERROR: Command errored out with exit status 1:
   command: 'c:program filesinkscapebinpython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\torch\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
       cwd: C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jtorch
  Complete output (2 lines):
  running clean
  error: [Errno 2] No such file or directory: '.gitignore'
  ----------------------------------------
  ERROR: Failed cleaning build dir for torch
  Building wheel for pyyaml (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:program filesinkscapebinpython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\pyyaml\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\pyyaml\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:UsersOwlsoulAppDataLocalTemppip-wheel-nztx1z7u'
       cwd: C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jpyyaml
  Complete output (59 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating buildlib.mingw-3.8
  creating buildlib.mingw-3.8yaml
  copying lib3yamlcomposer.py -> buildlib.mingw-3.8yaml
  copying lib3yamlconstructor.py -> buildlib.mingw-3.8yaml
  copying lib3yamlcyaml.py -> buildlib.mingw-3.8yaml
  copying lib3yamldumper.py -> buildlib.mingw-3.8yaml
  copying lib3yamlemitter.py -> buildlib.mingw-3.8yaml
  copying lib3yamlerror.py -> buildlib.mingw-3.8yaml
  copying lib3yamlevents.py -> buildlib.mingw-3.8yaml
  copying lib3yamlloader.py -> buildlib.mingw-3.8yaml
  copying lib3yamlnodes.py -> buildlib.mingw-3.8yaml
  copying lib3yamlparser.py -> buildlib.mingw-3.8yaml
  copying lib3yamlreader.py -> buildlib.mingw-3.8yaml
  copying lib3yamlrepresenter.py -> buildlib.mingw-3.8yaml
  copying lib3yamlresolver.py -> buildlib.mingw-3.8yaml
  copying lib3yamlscanner.py -> buildlib.mingw-3.8yaml
  copying lib3yamlserializer.py -> buildlib.mingw-3.8yaml
  copying lib3yamltokens.py -> buildlib.mingw-3.8yaml
  copying lib3yaml__init__.py -> buildlib.mingw-3.8yaml
  running build_ext
  'gcc' is not recognized as an internal or external command,
  operable program or batch file.
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jpyyamlsetup.py", line 291, in <module>
      setup(
    File "C:program filesinkscapelibpython3.8distutilscore.py", line 148, in setup
      dist.run_commands()
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 966, in run_commands
      self.run_command(cmd)
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:UsersOwlsoul.locallibpython3.8site-packageswheelbdist_wheel.py", line 290, in run
      self.run_command('build')
    File "C:program filesinkscapelibpython3.8distutilscmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:program filesinkscapelibpython3.8distutilscommandbuild.py", line 135, in run
      self.run_command(cmd_name)
    File "C:program filesinkscapelibpython3.8distutilscmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jpyyamlsetup.py", line 185, in run
      _build_ext.run(self)
    File "C:program filesinkscapelibpython3.8distutilscommandbuild_ext.py", line 307, in run
      self.compiler = new_compiler(compiler=self.compiler,
    File "C:program filesinkscapelibpython3.8distutilsccompiler.py", line 1034, in new_compiler
      return klass(None, dry_run, force)
    File "C:program filesinkscapelibpython3.8distutilscygwinccompiler.py", line 310, in __init__
      CygwinCCompiler.__init__ (self, verbose, dry_run, force)
    File "C:program filesinkscapelibpython3.8distutilscygwinccompiler.py", line 127, in __init__
      if self.ld_version >= "2.10.90":
  TypeError: '>=' not supported between instances of 'NoneType' and 'str'
  ----------------------------------------
  ERROR: Failed building wheel for pyyaml
  Running setup.py clean for pyyaml
Failed to build torch pyyaml
Installing collected packages: pyyaml, torch
    Running setup.py install for pyyaml ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:program filesinkscapebinpython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\pyyaml\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\pyyaml\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:UsersOwlsoulAppDataLocalTemppip-record-v7hld7x2install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:UsersOwlsoul.localincludepython3.8pyyaml'
         cwd: C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jpyyaml
    Complete output (61 lines):
    running install
    running build
    running build_py
    creating build
    creating buildlib.mingw-3.8
    creating buildlib.mingw-3.8yaml
    copying lib3yamlcomposer.py -> buildlib.mingw-3.8yaml
    copying lib3yamlconstructor.py -> buildlib.mingw-3.8yaml
    copying lib3yamlcyaml.py -> buildlib.mingw-3.8yaml
    copying lib3yamldumper.py -> buildlib.mingw-3.8yaml
    copying lib3yamlemitter.py -> buildlib.mingw-3.8yaml
    copying lib3yamlerror.py -> buildlib.mingw-3.8yaml
    copying lib3yamlevents.py -> buildlib.mingw-3.8yaml
    copying lib3yamlloader.py -> buildlib.mingw-3.8yaml
    copying lib3yamlnodes.py -> buildlib.mingw-3.8yaml
    copying lib3yamlparser.py -> buildlib.mingw-3.8yaml
    copying lib3yamlreader.py -> buildlib.mingw-3.8yaml
    copying lib3yamlrepresenter.py -> buildlib.mingw-3.8yaml
    copying lib3yamlresolver.py -> buildlib.mingw-3.8yaml
    copying lib3yamlscanner.py -> buildlib.mingw-3.8yaml
    copying lib3yamlserializer.py -> buildlib.mingw-3.8yaml
    copying lib3yamltokens.py -> buildlib.mingw-3.8yaml
    copying lib3yaml__init__.py -> buildlib.mingw-3.8yaml
    running build_ext
    'gcc' is not recognized as an internal or external command,
    operable program or batch file.
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jpyyamlsetup.py", line 291, in <module>
        setup(
      File "C:program filesinkscapelibpython3.8distutilscore.py", line 148, in setup
        dist.run_commands()
      File "C:program filesinkscapelibpython3.8distutilsdist.py", line 966, in run_commands
        self.run_command(cmd)
      File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
        cmd_obj.run()
      File "C:UsersOwlsoul.locallibpython3.8site-packagessetuptoolscommandinstall.py", line 61, in run
        return orig.install.run(self)
      File "C:program filesinkscapelibpython3.8distutilscommandinstall.py", line 546, in run
        self.run_command('build')
      File "C:program filesinkscapelibpython3.8distutilscmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
        cmd_obj.run()
      File "C:program filesinkscapelibpython3.8distutilscommandbuild.py", line 135, in run
        self.run_command(cmd_name)
      File "C:program filesinkscapelibpython3.8distutilscmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "C:program filesinkscapelibpython3.8distutilsdist.py", line 985, in run_command
        cmd_obj.run()
      File "C:UsersOwlsoulAppDataLocalTemppip-install-hw6a8m3jpyyamlsetup.py", line 185, in run
        _build_ext.run(self)
      File "C:program filesinkscapelibpython3.8distutilscommandbuild_ext.py", line 307, in run
        self.compiler = new_compiler(compiler=self.compiler,
      File "C:program filesinkscapelibpython3.8distutilsccompiler.py", line 1034, in new_compiler
        return klass(None, dry_run, force)
      File "C:program filesinkscapelibpython3.8distutilscygwinccompiler.py", line 310, in __init__
        CygwinCCompiler.__init__ (self, verbose, dry_run, force)
      File "C:program filesinkscapelibpython3.8distutilscygwinccompiler.py", line 127, in __init__
        if self.ld_version >= "2.10.90":
    TypeError: '>=' not supported between instances of 'NoneType' and 'str'
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:program filesinkscapebinpython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\pyyaml\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-hw6a8m3j\pyyaml\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:UsersOwlsoulAppDataLocalTemppip-record-v7hld7x2install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:UsersOwlsoul.localincludepython3.8pyyaml' Check the logs for full command output.
  

Заранее спасибо за вашу помощь.

После выполнения вашего совета появилась новая ошибка:

 
C:UsersOwlsoul>pip install torch
Defaulting to user installation because normal site-packages is not writeable
Collecting torch
  Using cached torch-0.1.2.post2.tar.gz (128 kB)
Requirement already satisfied: pyyaml in c:usersowlsoulappdataroamingpythonpython38site-packages (from torch) (5.3.1)
Building wheels for collected packages: torch
  Building wheel for torch (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:program files (x86)python38-32python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:UsersOwlsoulAppDataLocalTemppip-wheel-iuye_5re'
       cwd: C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torch
  Complete output (30 lines):
  running bdist_wheel
  running build
  running build_deps
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torchsetup.py", line 225, in <module>
      setup(name="torch", version="0.1.2.post2",
    File "c:program files (x86)python38-32libsite-packagessetuptools__init__.py", line 144, in setup
      return distutils.core.setup(**attrs)
    File "c:program files (x86)python38-32libdistutilscore.py", line 148, in setup
      dist.run_commands()
    File "c:program files (x86)python38-32libdistutilsdist.py", line 966, in run_commands
      self.run_command(cmd)
    File "c:program files (x86)python38-32libdistutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:UsersOwlsoulAppDataRoamingPythonPython38site-packageswheelbdist_wheel.py", line 290, in run
      self.run_command('build')
    File "c:program files (x86)python38-32libdistutilscmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "c:program files (x86)python38-32libdistutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "c:program files (x86)python38-32libdistutilscommandbuild.py", line 135, in run
      self.run_command(cmd_name)
    File "c:program files (x86)python38-32libdistutilscmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "c:program files (x86)python38-32libdistutilsdist.py", line 985, in run_command
      cmd_obj.run()
    File "C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torchsetup.py", line 51, in run
      from tools.nnwrap import generate_wrappers as generate_nn_wrappers
  ModuleNotFoundError: No module named 'tools.nnwrap'
  ----------------------------------------
  ERROR: Failed building wheel for torch
  Running setup.py clean for torch
  ERROR: Command errored out with exit status 1:
   command: 'c:program files (x86)python38-32python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
       cwd: C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torch
  Complete output (2 lines):
  running clean
  error: [Errno 2] No such file or directory: '.gitignore'
  ----------------------------------------
  ERROR: Failed cleaning build dir for torch
Failed to build torch
Installing collected packages: torch
    Running setup.py install for torch ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:program files (x86)python38-32python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:UsersOwlsoulAppDataLocalTemppip-record-z9idl5pcinstall-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:UsersOwlsoulAppDataRoamingPythonPython38Includetorch'
         cwd: C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torch
    Complete output (23 lines):
    running install
    running build_deps
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torchsetup.py", line 225, in <module>
        setup(name="torch", version="0.1.2.post2",
      File "c:program files (x86)python38-32libsite-packagessetuptools__init__.py", line 144, in setup
        return distutils.core.setup(**attrs)
      File "c:program files (x86)python38-32libdistutilscore.py", line 148, in setup
        dist.run_commands()
      File "c:program files (x86)python38-32libdistutilsdist.py", line 966, in run_commands
        self.run_command(cmd)
      File "c:program files (x86)python38-32libdistutilsdist.py", line 985, in run_command
        cmd_obj.run()
      File "C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torchsetup.py", line 99, in run
        self.run_command('build_deps')
      File "c:program files (x86)python38-32libdistutilscmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "c:program files (x86)python38-32libdistutilsdist.py", line 985, in run_command
        cmd_obj.run()
      File "C:UsersOwlsoulAppDataLocalTemppip-install-jio16_76torchsetup.py", line 51, in run
        from tools.nnwrap import generate_wrappers as generate_nn_wrappers
    ModuleNotFoundError: No module named 'tools.nnwrap'
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:program files (x86)python38-32python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"'; __file__='"'"'C:\Users\Owlsoul\AppData\Local\Temp\pip-install-jio16_76\torch\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:UsersOwlsoulAppDataLocalTemppip-record-z9idl5pcinstall-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:UsersOwlsoulAppDataRoamingPythonPython38Includetorch' Check the logs for full command output.
  

Комментарии:

1. Должно быть больше строк ошибок. опубликуйте полную трассировку стека.

2. Хорошо, я сделаю это через мгновение

3. Вы используете python x32 или x64?

4. У меня установлен x64

5. И ваша система также x64?

Ответ №1:

Обратите внимание, что ваша ошибка вызвана c:program filesinkscapebinpython.exe , что почти наверняка является полностью неправильным исполняемым файлом python, потому что это не то место, где python устанавливает себя.

Удалите все, что вы установили, затем загрузите последнюю версию установщика из https://www.python.org/downloads/windows /, запустите это (с правами администратора, потому что, надеюсь, вы не забыли убедиться, что для вашей собственной учетной записи установлен обычный тип учетной записи, а НЕ учетная запись администратора, по очевидным соображениям безопасности), затем, когда установка будет завершена, убедитесь, чтообновите свой путь:

  • запустите «дополнительные системные настройки»
  • нажмите кнопку «переменные среды»
  • дважды щелкните PATH запись в разделе «системные переменные»
  • убедитесь, что оба C:Program FilesPython38 и C:Program FilesPython38Scripts находятся там. Если нет, добавьте их. (или независимо от того, в каком месте вы их установили, конечно).
  • возможно, необходимо: также проверьте, есть ли запись Inkscape в вашем Path. Если есть, используйте кнопки «переместить вверх» / «переместить вниз», чтобы убедиться, что записи Python перечислены над записью Inkscape.

Затем вы можете запустить cmd / powershell / etc с правами администратора (если у вас уже был один открытый, закройте его и запустите новый, чтобы обновленный ПУТЬ вступил в силу) и просто используйте pip (не pip3 ) для глобальной установки пакетов.

Тем не менее, для проектов вы почти всегда хотите использовать концепцию python «virtualenv», объясненную на https://docs.python.org/3/tutorial/venv.html , который позволяет устанавливать зависимости локально, что означает, что если для одного проекта требуется, скажем, Django 2.10, а для другого требуется Djangoo 3.0, каждый из них устанавливается в свою собственную виртуальную среду, а невызывает глобальный конфликт зависимостей.

Комментарии:

1. Хорошо, большое спасибо, в настоящее время я снова устанавливаю python и изменил путь, поэтому я думаю, что он должен работать

2. Также убедитесь, что ваши местоположения Python находятся над c:program filesinkscapebin записью в вашем PATH. Список ПУТЕЙ проверяется по порядку, поэтому, если ваши записи в Python являются последними, Windows все равно сначала найдет версию Inkscape для Python и попытается запустить ее вместо правильной версии.

3. я полностью удалил inkscape, так как не буду его часто использовать

4. Если вы не скажете, в чем ошибка, это не информация, с которой я могу справиться. Если вы обновите свой пост с новой ошибкой, я (и другие) смогу ее устранить.

5. Я редактирую исходное сообщение, чтобы включить новую ошибку. Я не знаю, хорошо ли это переводится на мой текст, но я действительно ценю помощь

Ответ №2:

В конце концов, я закончил тем, что использовал anaconda, и это сработало. Большое спасибо, но настройка этих вещей сводит меня с ума, и у меня может не хватить навыков, чтобы понять многие инструкции…