-
Notifications
You must be signed in to change notification settings - Fork 651
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We have support for fastplotlib locally (not via browser yet).
Let's clean up the fastplotlib component so it doesn't cause preswald cli to display
objc[68434]: Class GLFWHelper is implemented in both /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/glfw/libglfw.3.dylib (0x104b2dbb8) and /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/imgui_bundle/libglfw.3.dylib (0x1052c5840). One of the two will be used. Which one is undefined.
objc[68434]: Class GLFWApplicationDelegate is implemented in both /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/glfw/libglfw.3.dylib (0x104b2dc08) and /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/imgui_bundle/libglfw.3.dylib (0x1052c5890). One of the two will be used. Which one is undefined.
objc[68434]: Class GLFWWindowDelegate is implemented in both /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/glfw/libglfw.3.dylib (0x104b2dc30) and /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/imgui_bundle/libglfw.3.dylib (0x1052c58b8). One of the two will be used. Which one is undefined.
objc[68434]: Class GLFWContentView is implemented in both /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/glfw/libglfw.3.dylib (0x104b2dc80) and /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/imgui_bundle/libglfw.3.dylib (0x1052c5908). One of the two will be used. Which one is undefined.
objc[68434]: Class GLFWWindow is implemented in both /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/glfw/libglfw.3.dylib (0x104b2dcf8) and /Users/shivam/miniconda3-arm/envs/preswald/lib/python3.11/site-packages/imgui_bundle/libglfw.3.dylib (0x1052c5980). One of the two will be used. Which one is undefined.
every time it's run
Additionally, to use the fastplotlib component, it seems you need to pass in the preswald service client id. Is there a way to avoid this dependency?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request