Importing libraries into VSC and using on robot

Hey everyone, there may be other topics related to this, but I couldn’t find them with a search. I was wondering how I could import an external library like Numpy so I can use it on our robot. When I try to import it, it returns “Wildcard import from a library not allowed”. I use Python by the way, and it would save me a lot of time if I can import this module.

Thanks

directly importing modules is not supported, there’s some minimal support for simple modules on an SD card. see this topic.

1 Like