mise icon indicating copy to clipboard operation
mise copied to clipboard

0: failed to execute command: ~\.cache\mise\python\pyenv\plugins/python-build/bin/python-build 3.13 C:\Users\user\.local\share\mise\installs\python\3.13 --verbose 1: %1 is not a valid Win32 application. (os error 193)

Open dicotom opened this issue 1 year ago • 2 comments

Describe the bug [DEBUG] install_versions: [email protected] [DEBUG] Updating python-build in C:\Users\user.cache\mise\python\pyenv [DEBUG] current branch for "C:\Users\user\.cache\mise\python\pyenv": master [DEBUG] updating C:\Users\user.cache\mise\python\pyenv to master [DEBUG] $ git -C C:\Users\user.cache\mise\python\pyenv -c safe.directory=C:\Users\user.cache\mise\python\pyenv fetch --prune --update-head-ok origin master:master [DEBUG] current sha for "C:\Users\user\.cache\mise\python\pyenv": 62fc392515d98067fcdd355eb6a3bc0bd08c2bc0 [DEBUG] $ git -C C:\Users\user.cache\mise\python\pyenv -c safe.directory=C:\Users\user.cache\mise\python\pyenv -c advice.detachedHead=false -c advice.objectNameWarning=false checkout --force master [DEBUG] current sha for "C:\Users\user\.cache\mise\python\pyenv": 62fc392515d98067fcdd355eb6a3bc0bd08c2bc0 Running python-build [DEBUG] $ ~.cache\mise\python\pyenv\plugins/python-build/bin/python-build 3.13 C:\Users\user.local\share\mise\installs\python\3.13 --verbose Error: 0: failed to execute command: ~.cache\mise\python\pyenv\plugins/python-build/bin/python-build 3.13 C:\Users\user.local\share\mise\installs\python\3.13 --verbose 1: %1 is not a valid Win32 application. (os error 193)

To Reproduce mise --verbose install [email protected]

Expected behavior python 3.13 to be installed.

mise doctor output

version: 2024.9.6 windows-x64 (1c0bc95 2024-09-18)
shims_on_path: yes

build_info:
  Target: x86_64-pc-windows-msvc
  Features: DEFAULT, NATIVE_TLS, OPENSSL
  Built: Wed, 18 Sep 2024 21:42:17 +0000
  Rust Version: rustc 1.81.0 (eeb90cda1 2024-09-04)
  Profile: release

shell:
  (unknown)

dirs:
  data: ~\.local\share\mise
  config: ~\.config\mise
  cache: ~\.cache\mise
  state: ~\.local\state\mise
  shims: ~\.local\share\mise\shims

config_files:
  ~\.config\mise\config.toml

backends:
  cargo
  core
  go
  npm
  pipx
  spm
  ubi
  vfox

plugins:


toolset:
  [email protected]  (missing)

env_vars:
  (none)

settings:
  activate_aggressive = false
  all_compile = false
  always_keep_download = false
  always_keep_install = false
  asdf = false
  asdf_compat = false
  cache_prune_age = "30d"
  cargo_binstall = true
  color = true
  disable_default_shorthands = false
  disable_hints = []
  disable_tools = []
  experimental = false
  go_default_packages_file = "~/.default-go-packages"
  go_download_mirror = "https://dl.google.com/go"
  go_repo = "https://github.com/golang/go"
  go_set_gopath = false
  go_set_goroot = true
  go_skip_checksum = false
  http_timeout = 30
  jobs = 4
  legacy_version_file = true
  legacy_version_file_disable_tools = []
  libgit2 = true
  node_compile = false
  not_found_auto_install = true
  paranoid = false
  pipx_uvx = false
  plugin_autoupdate_last_check_duration = "7d"
  python_default_packages_file = '~\.default-python-packages'
  python_pyenv_repo = "https://github.com/pyenv/pyenv.git"
  raw = false
  trusted_config_paths = []
  quiet = false
  use_versions_host = true
  verbose = false
  vfox = true
  yes = false
  ci = false
  debug = false
  trace = false
  log_level = "info"
  python_venv_auto_create = false

  [ruby]
  default_packages_file = "~/.default-gems"
  ruby_build_repo = "https://github.com/rbenv/ruby-build.git"
  ruby_install = false
  ruby_install_repo = "https://github.com/postmodern/ruby-install.git"

  [status]
  missing_tools = "if_other_versions_installed"
  show_env = false
  show_tools = false

No warnings found
No problems found

Additional context Add any other context about the problem here. Consider running mise with --debug or --trace for extra debug info.

dicotom avatar Sep 23 '24 12:09 dicotom