Rômulo Oliveira
Rômulo Oliveira
Hey, @esmaeilpour, that's in fact a good question. First of all, I don't want to add any friction to contributions. Like I've [written](https://github.com/RomuloOliveira/commit-messages-guide/blob/master/CONTRIBUTING.md#guidelines) in the contributing file they are not...
@Ana06 I think it's a good idea to include both ways and discuss them (e.g., _one is easy and straightforward to write and the other is better when using git...
Hi, @Ana06, thanks for your feedback, I really appreciate it! Feel free to link this guide anywhere. I'll add these things you pointed out. Also, thanks for the erlang wiki...
Hi, @12345Mohamed, sorry for the late response. Can you please post here the output for `python --version` command? Could you also try `python2 --version`? Here's mine: ``` ~/projects/monte-carlo-cvrp (master ☂...
Hi, @12345Mohamed, I was able to reproduce this error you had using Python3. I'll submit a code that will make this script compatible with Python3.
@12345Mohamed can you please get the latest version from master and try again? [This commit](https://github.com/RomuloOliveira/monte-carlo-cvrp/commit/f5eb36e70fb7310c2b9b5eebfd6bc210b77b94db) should fix your problem. ``` ~/projects/monte-carlo-cvrp (master ) ⟩ python3 run.py input/Example-k2.vrp 2 {'NAME': 'Example',...
Same here. I fixed it removing the pidfile and running it again. Source: http://soledadpenades.com/2011/08/01/fix-the-fluxgui-is-already-running-exiting-error/ ``` rm ~/.fluxgui.pid ```