Nornir3 on Windows #931
-
Hi all - I've seen ppl were able to get Nornir2 working on Windows10/Server. I'm currently attempting to get Nornir3 working on Windows11 and can't seem to get passed an issue with 'pip install nornir'. I'm getting the below error related to Microsoft Visual Studio. I've tried installing older versions of MS VS and end up at the same spot. The particular Windows11 I'm testing is running on ARM, so there's that too. I will try on an x86 system and see if that helps, but thought I'd post here in case you have any helpful tips.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Probably try:
And see if that works. |
Beta Was this translation helpful? Give feedback.
-
That’s fair to say. Thank you.
Please excuse typos. Sent from a mobile device.
On Jun 26, 2024, at 10:07 PM, Kirk Byers ***@***.***> wrote:
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
These aren't really Nornir or Netmiko issues--you are having compilation issues on your windows machine. This last one is due to failing to compile cffi
—
Reply to this email directly, view it on GitHub<#931 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABHZTOS67GMYNEGNKHWBX5DZJN6WZAVCNFSM6AAAAABJ6RLDTOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOBZGEZDK>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
The other thing I would potentially try is an older version of ruamel.yaml (something like 0.17.40 and if that doesn't work ~0.17.20).