Failed to create cdktf project

i follow the instrustion to create a cdktf to demo , but i get failed by pipenv not found, but i already install in this machine, can anyone guide me how to resolve this issues?
thank you

Not a python expert, but I think pipenv needs to be installed separately. Look here: Pipenv Installation — pipenv 2023.7.24.dev0 documentation

For python cdktf we need three things. 1. python 2. pip 3. pipenv Without these three it won’t work.

#pip install pipenv