ERROR: Failed building wheel for cryptography
It downloads about 1GB of different packages inc rust and some cryptography that fails. Is this realy needed?
Hello @andershagman, as you can see the requirements.txt file is only two lines, ciscoconfparse and napalm so my first instinct would be to check out those libraries and their dependencies
I am not seeing this behaviour on a clean Linux install, what environment are you trying to install on?
It's a clean python3.8 venv and pip install netwalk on a freebsd 12.2
I regulary use napalm and ciscoconfparse on my own projects.
Oh so do you mean this is a problem when installing from pip with "pip install netwalk"?
Have you installed a particular release or just the latest one?
It's the latest. The problem is in the new napalm that demand a new crypographic version that don't work.
I will try git clone and use the system napalm insted.
Tanks