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>
Hi Jingyue, Probably due to broken symlinks in the virtualenv. Did you move the virtualenv to a different directory after creating it? -Yi On 9 August 2014 02:56, Jingyue Wu <jingyue at google.com> wrote:> 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 >> >
On 9 August 2014 02:56, Jingyue Wu <jingyue at google.com> wrote:> I got > Python 2.7.3 > > Sounds right?Yup, that's odd, I have never seen that error either... Is there anything else you can share with us from your earlier steps? --renato
Thanks for your help! After I installed the sandbox to /tmp/mysandbox instead of ~/mysandbox, everything starts to work. It still looks weird though. My home folder is not symlinked by the way. Jingyue On Sat Aug 09 2014 at 10:59:49 AM Renato Golin <renato.golin at linaro.org> wrote:> On 9 August 2014 02:56, Jingyue Wu <jingyue at google.com> wrote: > > I got > > Python 2.7.3 > > > > Sounds right? > > Yup, that's odd, I have never seen that error either... > > Is there anything else you can share with us from your earlier steps? > > --renato >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140811/e72b5ef7/attachment.html>