Neocky / pluGET

📦 Powerful Package manager which updates plugins & server software for minecraft servers
Apache License 2.0
149 stars 27 forks source link

Error - SyntaxError: invalid syntax #63

Closed siroo2137 closed 2 years ago

siroo2137 commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Traceback (most recent call last): File "pluget.py", line 12, in from src.utils.utilities import check_requirements, api_test_spiget, check_for_pluGET_update File "/home/ubuntu/pluget/src/utils/utilities.py", line 35 match command: ^ SyntaxError: invalid syntax

To Reproduce Steps to reproduce the behavior: 1.install newest pluget from releases 2.install newest python3 3.run install_requirements_linux.sh 4.run pluget.py

  1. See error

Expected behavior Program should open, and work normally

Desktop (please complete the following information):

Neocky commented 2 years ago

Hey @siroo2137,

check that you have at least python 3.10.4 installed as noted in Installation

The traceback just says that python can't recognize the match keyword which was introduced in the new python version.

siroo2137 commented 2 years ago

oh, thanks