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?
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of
those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
---
You received this message because you are subscribed to the Google Groups
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/f2b04a9c-64bc-449a-a2d2-c6d0fd2a9875%40googlegroups.com.
C:\Users\simon\Virtual Environment Setup\scoleman\scoleman\vagrant>vagrant
provision strats
==> strats: Running provisioner: shell...
strats: Running:
C:/Users/simon/AppData/Local/Temp/vagrant-shell20200510-2712-1mf48qo.sh
strats: Reading package lists...
strats: Building dependency tree...
strats: Reading state information...
strats: python3-pip is already the newest version
(9.0.1-2.3~ubuntu1.18.04.1).
strats: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
strats: Requirement already satisfied: cython in
/usr/local/lib/python3.6/dist-packages
strats: Requirement already satisfied: numpy in
/usr/local/lib/python3.6/dist-packages
strats: Collecting
git+https://oauth2:[email protected]/merlin-trades/dao.git
strats: Cloning
https://oauth2:[email protected]/merlin-trades/dao.git to
/tmp/pip-zz7vfb1k-build
strats: Requirement already satisfied (use --upgrade to upgrade):
dao==0.0.33 from
git+https://oauth2:[email protected]/merlin-trades/dao.git in
/usr/local/lib/python3.6/dist-packages
strats: Requirement already satisfied: cvxopt==1.2.3 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: cython==0.29.14 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: deap==1.3.0 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: future==0.18.2 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: matplotlib==3.1.1 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: numpy==1.17.4 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: pandas==0.25.3 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: scipy==1.3.2 in
/usr/local/lib/python3.6/dist-packages (from dao==0.0.33)
strats: Requirement already satisfied: cycler>=0.10 in
/usr/local/lib/python3.6/dist-packages (from matplotlib==3.1.1->dao==0.0.33)
strats: Requirement already satisfied: python-dateutil>=2.1 in
/usr/local/lib/python3.6/dist-packages (from matplotlib==3.1.1->dao==0.0.33)
strats: Requirement already satisfied:
pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in
/usr/local/lib/python3.6/dist-packages (from matplotlib==3.1.1->dao==0.0.33)
strats: Requirement already satisfied: kiwisolver>=1.0.1 in
/usr/local/lib/python3.6/dist-packages (from matplotlib==3.1.1->dao==0.0.33)
strats: Requirement already satisfied: pytz>=2017.2 in
/usr/local/lib/python3.6/dist-packages (from pandas==0.25.3->dao==0.0.33)
strats: Requirement already satisfied: six in
/usr/lib/python3/dist-packages (from
cycler>=0.10->matplotlib==3.1.1->dao==0.0.33)
strats: Requirement already satisfied: setuptools in
/usr/lib/python3/dist-packages (from
kiwisolver>=1.0.1->matplotlib==3.1.1->dao==0.0.33)
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.