jadarve/lluvia

Unable to run examples in colab

MirekJan opened this issue · 3 comments

I am trying to run the 'getting started' notebook in the google colab link and I am getting the following error

WARNING: Requirement 'bazel-bin/lluvia/python/lluvia-0.0.1-py3-none-any.whl' looks like a filename, but the file does not exist Processing ./bazel-bin/lluvia/python/lluvia-0.0.1-py3-none-any.whl ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/content/lluvia/bazel-bin/lluvia/python/lluvia-0.0.1-py3-none-any.whl'

Hi, thanks for reporting the issue.

I'm able to reproduce the problem. It seems the vulkan SDK version used in the install scrip is outdated. I will work in a patch.

image

I merged a patch to the master branch. Could you give it a try running the Colab notebook?

Thanks, the notebook builds fine.