Code Cowboy
Code Cowboy
The import syntax works from a regular python file, but not from inside a CustomComponent. This is a problem specific to creating custom components. The error I get back is...
What I ended up doing was put my module of helper functions into the site-packages folder and now I can import it. I'm not sure if this is the right...
So... did anyone actually get this to run? And on their own video file?
I got a similar error and fixed it by doing export WORKSPACE_BASE=$(pwd)/workspace before calling docker run
`toJSON ` is already recursive, so it should work such that` clip.toJSON` internally calls `clip.source.toJSON`, which is in the code @ `serializer.ts line 13`: ``` properties.forEach(({ propertyKey, serializer }: any)...
That makes sense! Thank you for the response