digitalmars.D.learn - vibe.d error
-
Phil
(10/10)
Jan 25 2015
dub init
vibe.d - Phil (2/12) Jan 27 2015
- David Monagle (1/1) Jan 27 2015 What version of dub are you using?
- Suliman (2/2) Jan 27 2015 Try to update dub. There was issue in old version with path with
- Phil (2/2) Jan 27 2015 I was using 0.9.21. Upgrading has fixed this issue, thanks to you
dub init <name> vibe.d cd <name> dub Results in Fetching libevent 2.0.1+2.0.16... Error executing command upgrade: Failed to download http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip: 404 Not Found I'm not sure if the error is the file not being there or dub looking there. Is there a workaround for this? Thanks
Jan 25 2015
Bumping as it's still not possible to install lib event via dub. On Sunday, 25 January 2015 at 17:41:38 UTC, Phil wrote:dub init <name> vibe.d cd <name> dub Results in Fetching libevent 2.0.1+2.0.16... Error executing command upgrade: Failed to download http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip: 404 Not Found I'm not sure if the error is the file not being there or dub looking there. Is there a workaround for this? Thanks
Jan 27 2015
What version of dub are you using?
Jan 27 2015
Try to update dub. There was issue in old version with path with whitespace.
Jan 27 2015
I was using 0.9.21. Upgrading has fixed this issue, thanks to you both.
Jan 27 2015