[llvm-bugs] [Bug 38053] New: pip install lit does not create lit.exe

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 4 04:22:40 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38053

            Bug ID: 38053
           Summary: pip install lit does not create lit.exe
           Product: Test Suite
           Version: 6.0
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: lit
          Assignee: unassignedbugs at nondot.org
          Reporter: erik at codeplay.com
                CC: daniel at zuster.org, llvm-bugs at lists.llvm.org

*Overview*

On a clean Windows 7 (and possibly other Windowses) with Python 2.7

$> pip install lit

does not create C:\Python27\Scripts\lit.exe. As a consequence, there is no lit
in the PATH, and lit cannot be found by any build tools.

It is possible to install lit v.5.0 (which creates lit.exe) and then upgrade to
v.6.0. In this case, lit.exe is kept, and points to lit v.6.0.

*Steps to reproduce*

[On a clean Windows 7]
$> pip install lit
[reboot]
$> where lit
INFO: Could not find files for the given pattern(s).

*Workaround*

$> pip install lit==v0.5.0
$> pip install lit==v0.6.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180704/f4f47cca/attachment.html>


More information about the llvm-bugs mailing list