We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug run python3 GroundSystem.py prompt File "GroundSystem.py", line 102 subscription += f'.{selectedSpacecraft}.TelemetryPackets' ^ SyntaxError: invalid syntax
To Reproduce Steps to reproduce the behavior: 1.sudo apt-get install python3-pyqt5 2.sudo apt-get install python3-zmq 3.sudo apt-get install libcanberra-gtk-module 4.cd Subsystems/cmdUtil/ && make 5.python3 GroundSystem.py
Expected behavior A clear and concise description of what you expected to happen.
Code snips If applicable, add references to the software.
System observed on:
Additional context Add any other context about the problem here.
Reporter Info Full name and company/organization if applicable
The text was updated successfully, but these errors were encountered:
@GitHubForPP Did you get this to work?
Sorry, something went wrong.
@GitHubForPP您使它起作用了吗?
Yes,you can use it by updating the python version to 3.7.
No branches or pull requests
Describe the bug
run python3 GroundSystem.py prompt
File "GroundSystem.py", line 102
subscription += f'.{selectedSpacecraft}.TelemetryPackets'
^
SyntaxError: invalid syntax
To Reproduce
Steps to reproduce the behavior:
1.sudo apt-get install python3-pyqt5
2.sudo apt-get install python3-zmq
3.sudo apt-get install libcanberra-gtk-module
4.cd Subsystems/cmdUtil/ && make
5.python3 GroundSystem.py
Expected behavior
A clear and concise description of what you expected to happen.
Code snips
If applicable, add references to the software.
System observed on:
Additional context
Add any other context about the problem here.
Reporter Info
Full name and company/organization if applicable
The text was updated successfully, but these errors were encountered: