Skip to content

Cannot create venv using Python 3.12 #133

@affanadly

Description

@affanadly

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:

  1. Install Python 3.12 via pymanager: py install 3.12
  2. 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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions