Issue downloading
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

When it runs setup.py

Do you have any guidance that can help?
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.