-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing napalm on OpenBSD 7.3 #1912
Comments
If you install the |
I installed wheel first. Same problem:
note: This error originates from a subprocess, and is likely not a problem with pip. I note that OpenBSD has a python3 package: py3-cryptography-39.0.1 cryptographic recipes and primitives for Python Which is installed. I wonder if I uninstall this first. |
Have you tried to just use the Cryptography version 39.0.1? If it is already installed on your system, I would see if I could use that. I checked Paramiko and that should suffice. It is possible that something else requires a newer version of cryptography (but it probably really isn't needed i.e. 39.0.1 is probably new enough). |
The system has 39.0.1. How do I use that version, as the pip process seems to be asking for v40? |
@quistian Have you looked through the PIP output to see what is requiring version 40? |
Description of Issue/Question
Note: Please check https://guides.github.com/features/mastering-markdown/
to see how to properly format your request.
Did you follow the steps from https://github.com/napalm-automation/napalm#faq
(Place an
x
between the square brackets where applicable)Setup
napalm version
(Paste verbatim output from
pip freeze | grep napalm
between quotes below)Network operating system version
(Paste verbatim output from
show version
- or equivalent - between quotes below)Steps to Reproduce the Issue
pip install napalm
Error Traceback
(Paste the complete traceback of the exception between quotes below)
The text was updated successfully, but these errors were encountered: