Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created June 28, 2024 13:13
Show Gist options
  • Save jaraco/1d572df5c32d59e0242b97c8b6c46400 to your computer and use it in GitHub Desktop.
Save jaraco/1d572df5c32d59e0242b97c8b6c46400 to your computer and use it in GitHub Desktop.
~ @# xpip install -U --force-reinstall git+https://github.com/xonsh/xonsh@executables
Collecting git+https://github.com/xonsh/xonsh@executables
Cloning https://github.com/xonsh/xonsh (to revision executables) to c:\users\jaraco\appdata\local\temp\pip-req-build-sgylurfx
Running command git clone --filter=blob:none --quiet https://github.com/xonsh/xonsh 'C:\Users\jaraco\AppData\Local\Temp\pip-req-build-sgylurfx'
Running command git checkout -b executables --track origin/executables
branch 'executables' set up to track 'origin/executables'.
Switched to a new branch 'executables'
Resolved https://github.com/xonsh/xonsh to commit 17638c766e8d288540d202c8e99992a0989d2ce4
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting case-insensitive-dictionary (from xonsh==0.17.0)
Using cached case_insensitive_dictionary-0.2.1-py3-none-any.whl.metadata (6.4 kB)
Using cached case_insensitive_dictionary-0.2.1-py3-none-any.whl (6.1 kB)
Building wheels for collected packages: xonsh
Building wheel for xonsh (pyproject.toml) ... done
Created wheel for xonsh: filename=xonsh-0.17.0-py312-none-any.whl size=636941 sha256=d48064354f5a8b28bfdf62b72a60e7edafe4dc5cf9ac1dd304c2296d46ee79d0
Stored in directory: C:\Users\jaraco\AppData\Local\Temp\pip-ephem-wheel-cache-ly9hg2qh\wheels\49\92\b9\57f8ea3c871861407b2add9212d37fb1508c3f420c7108c469
Successfully built xonsh
Installing collected packages: case-insensitive-dictionary, xonsh
Attempting uninstall: case-insensitive-dictionary
Found existing installation: case-insensitive-dictionary 0.2.1
Uninstalling case-insensitive-dictionary-0.2.1:
Successfully uninstalled case-insensitive-dictionary-0.2.1
Attempting uninstall: xonsh
Found existing installation: xonsh 0.17.0
Uninstalling xonsh-0.17.0:
ERROR: Could not install packages due to an OSError: [WinError 32] The process cannot access the file because it is being used by another process: 'c:\\users\\jaraco\\appdata\\local\\pipx\\pipx\\venvs\\xonsh\\scripts\\xonsh.exe'
Check the permissions.
WARNING: Ignoring invalid distribution ~onsh (C:\Users\jaraco\AppData\Local\pipx\pipx\venvs\xonsh\Lib\site-packages)
WARNING: Ignoring invalid distribution ~onsh (C:\Users\jaraco\AppData\Local\pipx\pipx\venvs\xonsh\Lib\site-packages)
WARNING: Ignoring invalid distribution ~onsh (C:\Users\jaraco\AppData\Local\pipx\pipx\venvs\xonsh\Lib\site-packages)
[notice] A new release of pip is available: 24.0 -> 24.1.1
[notice] To update, run: C:\Users\jaraco\AppData\Local\pipx\pipx\venvs\xonsh\Scripts\python.exe -m pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment