-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Bug report] Pip install cocoex fails #2298
Comments
When installing the Microsoft C++ Build Tools, did you check the optional "MSVCv142 - VS 2019 C++ ..." component? It's kind of non-obvious, that "just" installing the build tools is not enough. |
Thanks for this hint, but I also found this already before with @nikohansen. Unfortunately, even after uninstalling, reinstalling, and rebooting the laptop, it is still not working (same error message). I guess, it is related to some paths not set correctly. I will try out a bit more things. |
Can you try running Also, have you tried updating the |
Thanks, @olafmersmann. With your suggestion, I found at least that I had incompatible versions of
|
Some more hints about my setup:
|
Together with @olafmersmann, we found some other inconsistencies today (for example two BuildTools installations on my machine of which only one had the ""MSVCv142 - VS 2019 C++ ..." component selected), but this did still not solve the problem. Also nothing seems problematic in my What worked like a charm though (as a workaround for now) is to download and extract the wheels from the latest build (during our CI), for example from here: https://github.com/numbbo/coco/actions/runs/9515689063 (list of the built artifacts can be found at the bottom of the page) and then |
Is this still open? |
Unfortunately, yes. I just tried today to fully uninstall my python/Anaconda/VSTools and re-install everything, but with no success :-( |
Describe the bug
I cannot install cocoex from the development branch on my Windows machine (via
pip install .
):I uninstalled and then re-installed the Microsoft C++ Build Tools via the given webpage, but it still doesn't work.
Your System (please complete the following information when it seems relevant):
development
branchgcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
also, maybe this is the problem?The text was updated successfully, but these errors were encountered: