[BUG] FileNotFoundError when running examples
DeanLa opened this issue · 2 comments
DeanLa commented
When running example 2 I get:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/dean/anaconda3/envs/env/lib/python3.7/site-packages/roughviz/render/templates/jupyter_notebook.html'```
DeanLa commented
I copy pasted the file from github, it works now.
I guess the fix should be making setup.py
put it in the correct location.
charlesdong1991 commented
Oops, you are very right! Added package_data
in setup.py
, thanks very much! @DeanLa 👍
Should be fixed if upgrading to the newest version