vpsolver icon indicating copy to clipboard operation
vpsolver copied to clipboard

Issue downloading

Open justaworker94 opened this issue 2 years ago • 1 comments

I'm a windows user. I've been trying to download using ubuntu. I'm trying to implement into a python project I've been working on.

I have up to date cmake, bash, g++, clang, and visual studio. I have scip installed on my machine.

However when I download on Ubuntu: when it runs setup.py bdist_wheel image

When it runs setup.py image

Do you have any guidance that can help?

justaworker94 avatar Apr 30 '23 23:04 justaworker94

Thanks for reporting this issue. I have just released pyvpsolver-3.1.4 which should address this issue. This versions comes of precompiled Python wheels up to Python 3.11, so it should not even be necessary to compile on your machine. You can install it with:

$ python -m pip install pyvpsolver==3.1.4

Please let me know if the problem persists.

fdabrandao avatar May 03 '23 16:05 fdabrandao