-
|
Hi everyone, I'm trying to make a few changes in the forked repository (ex: client co-ordinates as double instead of int). I've been trying to use forked repository instead of standard pyvrp package. I'm running into the following issue: 'Building wheel for pyvrp (pyproject.toml) did not run successfully.' Can someone help? Thanks in advance. The command I used is: pip install git+https://github.com/shrigoa/PyVRP.git#egg=pyvrp -Shrinath Dakare |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Hi @shrigoa, did you have a look at our contribution instructions? I suspect the issue lies in building the extensions, which is explained there more thoroughly. |
Beta Was this translation helpful? Give feedback.
That looks like Windows/MSVC to me. None of us use Windows, because it's very tricky to set up. I strongly suggest you move to either Linux or WSL to compile PyVRP. WSL should be pretty easy to make work. I unfortunately cannot help you debug this because I have no recourse to a Windows environment.