Closed Casico closed 1 year ago
Hi @Casico
My first thought based on your error is that you are running Python3 which expects print statements to have parentheses but ZTPServer has not be updated to support Python3 yet. I would suggest trying again with Python2.
@Casico
Please respond here if this is still an issue.
I have a fresh Ubuntu VM. Trying to install and getting the following error. I've tried pip and compiling it. I am new to the Linux world and can admit it may be something that I'm doing wrong.
Collecting ztpserver Using cached ztpserver-1.6.0.tar.gz Preparing metdata (setup.py) ... error error: subprocess-exited-wth-error pyton setup.py egg_info did not run successfully
SyntazError: Missing parenthese in call to 'print'