I am running Ubuntu on Windows Subsystem For Linux (WSL).
I open my VSCode using Ubuntu code in the terminal.
I have Python 3.8.2, pip 20.0.2 and pipenv version 2020.6.2 installed.
I create a folder or my Python project and cd into it.
I type 'pipenv shell'.
I get the following error:
Creating a virtualenv for this project…
Pipfile: /home/user/Python/ExampleOne/Pipfile
Using /usr/bin/python3 (3.8.2) to create virtualenv…
⠋ Creating virtual environment...ModuleNotFoundError: No module named 'virtualenv.seed.via_app_data'
✘ Failed creating virtual environment
I do not seem to be able to find any information on the issue to resolve it. How can I solve this issue or where might I look to understand it better?