Hi, I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, and got stuck on installation Step 4. ~/mysandbox/bin/python ~/lnt/setup.py develop said running develop error: None and returned error code 1. The lnt binary wasn't installed anywhere. Any clue? Thanks much, Jingyue -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140808/f49a71ad/attachment.html>
Hi Jingyue, I've never seen this error before. It looks like something to do with virtualenv. What do you get by running `~/mysandbox/bin/python --version`? -Yi On 8 August 2014 23:48, Jingyue Wu <jingyue at google.com> wrote:> Hi, > > I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, and > got stuck on installation Step 4. > > ~/mysandbox/bin/python ~/lnt/setup.py develop > said > > running develop > error: None > > and returned error code 1. The lnt binary wasn't installed anywhere. > > Any clue? > > Thanks much, > Jingyue > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
I got Python 2.7.3 Sounds right? On Fri Aug 08 2014 at 4:45:01 PM Yi Kong <kongy.dev at gmail.com> wrote:> Hi Jingyue, > > I've never seen this error before. It looks like something to do with > virtualenv. > > What do you get by running `~/mysandbox/bin/python --version`? > > -Yi > > On 8 August 2014 23:48, Jingyue Wu <jingyue at google.com> wrote: > > Hi, > > > > I followed the instructions on http://llvm.org/docs/lnt/quickstart.html, > and > > got stuck on installation Step 4. > > > > ~/mysandbox/bin/python ~/lnt/setup.py develop > > said > > > > running develop > > error: None > > > > and returned error code 1. The lnt binary wasn't installed anywhere. > > > > Any clue? > > > > Thanks much, > > Jingyue > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140809/d5eb4159/attachment.html>