Share via


How to install python netmiko on VS 19

Question

Sunday, October 13, 2019 10:51 AM

Hello, I would like to install netmiko extension on Visual Studio 2019 Pro to connect to Cisco devices. How can I install it?

On Ubuntu it installs using pip.

All replies (2)

Tuesday, October 15, 2019 6:26 AM

Hi Sergey,

Welcome to the MSDN forum!

According to your description, I installed “python netmiko” on VS 19 in windows 10 (1809) environment, The same operation is also done in the Ubuntu virtual machine. you can refer to the following installation steps

(1) First you need to install python workload in VS.

(4) Open a command prompt as an administrator, Go to the python installation directory, the default is “C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64, Then enter the command " python -m pip install --upgrade pip" to update python to the latest version.

(3) The latest released version of the “netmiko” you can be downloaded here, Go to the Pip installation directory, the default is “C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Scripts”, Then enter the command ”pip install E:\netmiko-2.4.2” to install netmiko.

Best Regards,

Tianyu

MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].


Thursday, October 17, 2019 8:54 AM

Hi Sergey,

Sorry to disturb you. Did your issue solved?

If this issue still persists, feel free to let me know and we will try our best to help you.

Any feedback will be expected.

Best Regards,

Tianyu

MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].