-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no list of 3rd party libarries #122
Comments
will check out tomorrow |
As a note on this, at the moment on our brains some libraries are installed in the wrong place so don't work, so it would be good to check if importing e.g. serial works on yours. I think when I checked this is due to the libraries being installed on the user, whereas we run shepherd from root. But can't fully remember. Edit: I think this only applies to serial |
A way to list absolutely everything is the command When I run this on my dev brain I get this list, however this may not be the same as you'll get on your brains Packages
appdirs==1.4.4 But half of these there's no reason for them to use, so this list could be significantly cut down. I guess this would also be an opportunity to think about if there is any other packages we want to have preinstalled, that aren't necessarily used by us, e.g. pyserial. Does anyone have any ideas for other packages to install? |
Like SR there should be a list on the website of 3rd party libraries, for example: https://studentrobotics.org/docs/programming/python/libraries
The text was updated successfully, but these errors were encountered: