netbox-community / Device-Type-Library-Import

This library is intended to assist with importing device and module types into NetBox from the NetBox Community DeviceType-Library
https://github.com/netbox-community/devicetype-library
MIT License
256 stars 77 forks source link

Invalid Syntax #9

Closed fgunno closed 3 years ago

fgunno commented 3 years ago

I got these error when running the script:

python nb-dt-import.py File "nb-dt-import.py", line 15 def update_package(path: str): ^ SyntaxError: invalid syntax

ndom91 commented 3 years ago

Try running it with python3 instead of python so its like:

python3 nb-dt-import.py

I have a feeling your python is still symlinked to python2 (which you can double check by running which python).

fgunno commented 3 years ago

Thanks its worked!

[signature_1958969811]

Frédéric Gélinas Responsable Infrastructure Cloud Consultant Technique Senior VMCE

[signature_2135354683]https://www.facebook.com/NousSommesUNNO/ [signature_1571478130] https://www.linkedin.com/in/frederic-gelinas-b6b4216a [signature_1925851243] https://www.unno.ca/

[signature_1447597756] [signature_2026244884] Question technique / Besoin de support? Veuillez communiquer avec le 1-866-988-8666 - Poste 1 / via courriel à support@unno.camailto:support@unno.ca

De : Nico Domino notifications@github.com Répondre à : minitriga/Netbox-Device-Type-Library-Import reply@reply.github.com Date : mercredi 18 novembre 2020 à 06:53 À : minitriga/Netbox-Device-Type-Library-Import Netbox-Device-Type-Library-Import@noreply.github.com Cc : Frédéric Gélinas fg@unno.ca, Author author@noreply.github.com Objet : Re: [minitriga/Netbox-Device-Type-Library-Import] Invalid Syntax (#9)

Try running it with python3 instead of python, I have a feeling your python is still symlinked to python2 (which you can double check by running which python).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/minitriga/Netbox-Device-Type-Library-Import/issues/9#issuecomment-729629806, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB5YA6WMSWYV4UZWSAQ4XPTSQOYSXANCNFSM4TZAQ5IA.

ndom91 commented 3 years ago

@minitriga this can be closed

minitriga commented 3 years ago

@ndom91 Thank you.