kmille / deezer-downloader

Download music from Deezer with a nice front end
MIT License
655 stars 91 forks source link

C Compiler is needed for pycrypto #23

Closed f2k1de closed 4 years ago

f2k1de commented 4 years ago

When there is no C Compiler in Path (like it is the case in the Vagrantfile) the requirement pycrypto can not be installed.

kmille commented 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?

f2k1de commented 4 years ago

https://gist.github.com/f2k1de/8e901745203b14d8d0c9af55ecef1c88#file-gistfile1-txt-L553

kmille commented 4 years ago

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)