'Cannot activate virtual environment -- Scripts Directory missing

When I create a virtual environment I do not get the Scripts directory within the venv directory, so I cannot activate the virtual environment. Anyone know a fix to this, I am running windows 10 and Python version 3.9.12?

Directory Tree:

C:.
└───venv
    ├───Include
    ├───Lib
    │   └───site-packages
    │       └───(installed library packages)
    └───pyvenv.cfg

Expected Directory Tree:

└───venv
    ├───Include
    ├───Lib
    │   └───site-packages
    │       └───(installed library packages)
    ├───pyvenv.cfg
    └───Scripts

Packages and Versions

Package    Version
---------- -------
Cython     0.29.30
pip        22.1
setuptools 58.1.0


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source