Error while installing requirements
SkorpionErosAI opened this issue · 3 comments
I get an error while trying to install the requirements, specifically with simpleaudio.
It says,
python setup.py bdist_wheel did not run successfully.
ERROR: Failed building wheel for simpleaudio
Sorry, I am new to this, if anyone knows what the problem is or knows what to do I would appreciate it very much, thank you.
Same for me, voy a investigar sobre el tema y si encuentro algo vengo y lo publico aquí.
Try: pip install simpleaudio --use-pep517
If error says "Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/"
Download it and run: pip install simpleaudio --use-pep517 again
Try: pip install simpleaudio --use-pep517
If error says "Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/"
Download it and run: pip install simpleaudio --use-pep517 again
Thank you very much, this worked.