We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install acora produced an error:
pip install acora
[...] building 'acora._acora' extension error: Unable to find vcvarsall.bat
which is factually correct, as I don't have Visual Studio installed on this machine.
Could you please consider including a wheel in the acora package?
The text was updated successfully, but these errors were encountered:
Could be done, I guess, if someone makes a commitment to build and maintain them. I certainly have neither time nor material to do so.
Sorry, something went wrong.
The workaround I used for Python2: Install the VC++ for Python (https://www.microsoft.com/en-us/download/details.aspx?id=44266)
For Python 3: Install Build Tools for Visual Studio 2017 (https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017)
After that pip install worked for me (Win 10 64 bit)
No branches or pull requests
pip install acora
produced an error:which is factually correct, as I don't have Visual Studio installed on this machine.
Could you please consider including a wheel in the acora package?
The text was updated successfully, but these errors were encountered: