You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're following along PR by PR and checking out individual commits to run examples, you may encounter python complaining it can't find the lit module.
In the fourth article in the series I realized bazel was using the system Python, and aac8490 migrates to a bazel-managed python runtime.
A simple fix is to run pip install lit in your system Python. Or else cherry pick aac84908f7b09ec1b14489bbc0837e697b191630 to your step in the article series.
The text was updated successfully, but these errors were encountered:
If you're following along PR by PR and checking out individual commits to run examples, you may encounter python complaining it can't find the
lit
module.In the fourth article in the series I realized bazel was using the system Python, and aac8490 migrates to a bazel-managed python runtime.
A simple fix is to run
pip install lit
in your system Python. Or else cherry pickaac84908f7b09ec1b14489bbc0837e697b191630
to your step in the article series.The text was updated successfully, but these errors were encountered: