On Thursday, 10 May 2018 at 19:50:40 UTC, Nikos wrote:
In my dub.sdl file I have

configuration "python35" {
 subConfiguration "autowrap" "python35"
}

and I run

dub build --config=python35

which still tries to find python36. Why doesn't it look for 3.5?

Hi. On my phone so can't copy paste. Edit your dub.sdl under the python35 subconfiguration and change python 36 to python35.

Reply via email to