arista-eosplus / ztpserver

Full service ZTP Server implementation for bootstrapping Arista EOS nodes
Other
70 stars 33 forks source link

Trouble installing #379

Closed Casico closed 1 year ago

Casico commented 1 year ago

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'

mharista commented 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.

mharista commented 1 year ago

@Casico

Please respond here if this is still an issue.