Open CoderBoogs opened 2 years ago
Currently setting up my environment when I ran into an issue on page item 7. Install the requirements when I got the following error
"ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'"
to fix this roll back the virtualenv version with the following command
pip install virtualenv==20.7.2
After that your requirements will run.
Currently setting up my environment when I ran into an issue on page item 7. Install the requirements when I got the following error
"ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'"
to fix this roll back the virtualenv version with the following command
pip install virtualenv==20.7.2
After that your requirements will run.