Skip to content
New issue

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

Doesn't install on Windows #12

Open
Dutcho opened this issue Aug 18, 2016 · 2 comments
Open

Doesn't install on Windows #12

Dutcho opened this issue Aug 18, 2016 · 2 comments

Comments

@Dutcho
Copy link

Dutcho commented Aug 18, 2016

pip install acora produced an error:

[...]
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?

@scoder
Copy link
Owner

scoder commented Aug 18, 2016

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.

@ghost
Copy link

ghost commented Jan 10, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants