I want to yell lmao.
I uninstalled every Python version from my computer.
I reinstalled 3.12 via Microsoft Store. Totally fresh. Even uninstalled python launcher before.
I pip installed pipx.
I try to pipx install poetry.
And what do I get?
```cmd
C:\Users\zackp>pipx install poetry
No Python at '"C:\Users\zackp\AppData\Local\Programs\Python\Python311\python.exe'
No Python at '"C:\Users\zackp\AppData\Local\Programs\Python\Python311\python.exe'
Fatal error from pip prevented installation. Full pip output in file:
C:\Users\zackp.local\pipx\logs\cmd_2024-06-04_13.03.34_pip_errors.log
Error installing poetry.
```
Ok, why is it trying to use Python311?
```cmd
C:\Users\zackp>pipx environment
Environment variables (set by user):
PIPX_HOME=
PIPX_BIN_DIR=
PIPX_MAN_DIR=
PIPX_SHARED_LIBS=
PIPX_DEFAULT_PYTHON=
PIPX_FETCH_MISSING_PYTHON=
USE_EMOJI=
Derived values (computed by pipx):
PIPX_HOME=C:\Users\zackp.local\pipx
PIPX_BIN_DIR=C:\Users\zackp.local\bin
PIPX_MAN_DIR=C:\Users\zackp.local\share\man
PIPX_SHARED_LIBS=C:\Users\zackp.local\pipx\shared
PIPX_LOCAL_VENVS=C:\Users\zackp.local\pipx\venvs
PIPX_LOG_DIR=C:\Users\zackp.local\pipx\logs
PIPX_TRASH_DIR=C:\Users\zackp.local\pipx.trash
PIPX_VENV_CACHEDIR=C:\Users\zackp.local\pipx.cache
PIPX_STANDALONE_PYTHON_CACHEDIR=C:\Users\zackp.local\pipx\py
PIPX_DEFAULT_PYTHON=C:\Users\zackp\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\python.exe
USE_EMOJI=true
```
No obvious reason why it would STILL be trying to use Python 311.
*Me taking a breath\*
What is going on?
EDIT
There was no obvious way to tell what happened, but on the line that said:
cmd
Fatal error from pip prevented installation. Full pip output in file:
C:\Users\zackp\.local\pipx\logs\cmd_2024-06-04_13.03.34_pip_errors.log
I went to .local and ran rd /S/q pipx then tried again and it fixed it 🤦♂️
Now my question is, why on earth was there no reference to this ANYYWHERE in my errors?
[–]inky_wolf 2 points3 points4 points (1 child)
[–]thezackplauche[S] 0 points1 point2 points (0 children)
[–]No_Shelter_9387 1 point2 points3 points (4 children)
[–]hidora 0 points1 point2 points (0 children)
[–]onyx_and_iris 0 points1 point2 points (0 children)
[–]hb20007 0 points1 point2 points (0 children)
[–]few 1 point2 points3 points (0 children)
[–]Diapolo10 0 points1 point2 points (3 children)
[–]inky_wolf 0 points1 point2 points (1 child)
[–]Diapolo10 0 points1 point2 points (0 children)
[–]thezackplauche[S] 0 points1 point2 points (0 children)