-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I can't seem to create virtual environments using Python 3.12 via pymanager as the files venvwlauncher.exe and venvlauncher.exe seems to be missing.
Steps to reproduce the behavior:
- Install Python 3.12 via pymanager:
py install 3.12
- Create virtual environment with Python 3.12:
py -3.12 -m venv .venv
The following error is given:
Unable to copy 'C:\\Users\\<user>\\AppData\\Local\\Python\\pythoncore-3.12-64\\venvwlauncher.exe'
Unable to copy 'C:\\Users\\<user>\\AppData\\Local\\Python\\pythoncore-3.12-64\\venvlauncher.exe'
Error: [WinError 2] The system cannot find the file specified
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working