Vagrant has been running fine for a while for me. I made some changes to some code and then provision the changes (in the way that I always do). While the provision is running however I get the following error:
strats: Cannot uninstall requirement condor, not installed
strats: Cannot uninstall requirement merlin, not installed
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Condor and merlin are the names of python projects that I have created. Please see the attached for complete provision output.
Do I need to manually uninstall the projects, upgrade Vagrant or something else?