Skip to content
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

What packages are required for running on Ubuntu? #6

Open
Neopolaria opened this issue Oct 27, 2023 · 3 comments
Open

What packages are required for running on Ubuntu? #6

Neopolaria opened this issue Oct 27, 2023 · 3 comments

Comments

@Neopolaria
Copy link

Hi there, I am currently in my college's RockSat program and we are developing a star tracker for use in flight. We have been unable to test the software out because it seems we are missing packages. May I please have a list of all required packages? Thank you.

@aztennenbaum
Copy link
Contributor

Hi! What is the result when you run the commands given in the readme?

@dangercomix07
Copy link

image

Hi I am getting this error while following the README file

@dangercomix07
Copy link

g++ -std=c++11 -Wall -Ofast -g -pg test.c -o test -lm
swig -python -c++ beast.i
config.h:28: Warning 454: Setting a pointer/reference variable may leak memory.
stars.h:176: Warning 509: Overloaded method star_db::operator +=(star const *) effectively ignored,
stars.h:163: Warning 509: as it is shadowed by star_db::operator +=(star const &).
g++ -g -std=c++11 -Ofast -fPIC -c beast_wrap.cxx -o beast_wrap.o -lstdc++ -I/usr/include/python3.10
beast_wrap.cxx:178:11: fatal error: Python.h: No such file or directory
178 | # include <Python.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:7: all] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants