jcjohnson / jcjohnson/densecap
module 'sys.fpath' not found:No LuaRocks module found for sys.fpath
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1.6k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
Apparently, module Image need additional module sys:
```
module 'sys.fpath' not found:No LuaRocks module found for sys.fpath
```
It was fixed by running
```
luarocks install sys
```
Would be nice to add it to the requirements in README.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.