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

Include wheels for Windows. (Removing compiler depency) #32

Closed
josalhor opened this issue Dec 23, 2017 · 2 comments
Closed

Include wheels for Windows. (Removing compiler depency) #32

josalhor opened this issue Dec 23, 2017 · 2 comments
Labels
locked [bot] locked due to inactivity

Comments

@josalhor
Copy link

Hello,

I'm trying to integrate pycosat to my project. However when installing it through pip I get:

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

And when trying to build pycosat I'm faced with:

error: Unable to find vcvarsall.bat

Which tells me pycosat expects me to have the compiler already. On Linux that may be expected, but on windows not so much.

Would it be possible to include wheels for Windows machines or a part of the code pre-compiled for Windows?

@mingwandroid
Copy link
Contributor

You should use: conda install pycosat

@josalhor
Copy link
Author

Well, in my case I've already installed the compiler and good to go, but either wheels should be included or that should be in the documentation (README and webpage)

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Oct 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

2 participants