Replies: 1 comment
-
This is not an adequate reproduction:
The Perspective examples are built as part of a mono-repository, you generally cannot just
Also, please do not open another Issue for this - the Issues list is for tracking bugs and features we intend to fix, it is not for tech support (use Discussions) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Steps to Reproduce:
1.Start python-tornado example app by running server.py
Expected Result:
App launch
Actual Result:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\***\perspective\examples\python-tornado\..\..\node_modules\superstore-arrow\superstore.lz4.arrow'
Environment:
Windows
Additional Context:
Module node_modules is abset and hence the arrow file is not found to create the table
Beta Was this translation helpful? Give feedback.
All reactions