Closed f2k1de closed 4 years ago
I used the Vagrantfile several times (just by using vagrant up) and never had that problem.
Can you show me the output of vagrant up
?
I use vagrant-scp
which automatically installs the VirtualBox-Guest-Tools and needs gcc. That's why I did not have the issue.
kmille@linbox deezer-downloader master % vagrant plugin list
vagrant-scp (0.5.7, global)
vagrant-vbguest (0.24.0, global)
When there is no C Compiler in Path (like it is the case in the Vagrantfile) the requirement pycrypto can not be installed.