jvkersch / pyconcorde

Python wrapper around the Concorde TSP solver
BSD 3-Clause "New" or "Revised" License
347 stars 95 forks source link

Windows Installation Error #16

Closed agnim25 closed 5 years ago

agnim25 commented 5 years ago

I get the following error after running "pip install -e .": f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps" failed with error code 1

jvkersch commented 5 years ago

@agnim25 Unfortunately Windows is not supported (unless you can get Concorde to build reliably on a recent version on Windows. I couldn't invest much time in this, since I don't have a Windows development environment).

jvkersch commented 5 years ago

I'll close this now but feel free to reopen if there is new information or if you want to discuss further.