-
Notifications
You must be signed in to change notification settings - Fork 31
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
New Napalm version dropped the module py23compat #4
Comments
I also had the same issue. In the meanwhile i installed napalm 2.5.0("pip3 install napalm == 2.5.0") and it's working now. It's workaround just in case you want to use and test with napalm-huawei-vrp. |
@michadom @i4networks Since I am testing in napalm==2.4.0, it's worked. It looks like 2.5.0 is ok at same. what version did you have problems? |
@tkspuk i tested napalm 3.0.1 and had the issue reported by @i4networks. |
@tkspuk napalm 3.0.0 |
Since the development is based on napalm2.4.0, but after the napalm3.0.0, there are some problems. I will urgently release a new version v0.1.5, which will limit the napalm dependency between 2.3.0 and 2.5.0 to ensure that fix issue. I'll fix this completely in v0.2.0 |
|
@daca42 I'm sorry that I haven't updated it for a long time. I will release new version this week |
I'm also running into this now. Any word on the update? |
1.0.0 has released. issue fixed |
really cool you managed to do that! |
In the new Napalm version py23compat is no longer available.
Crashing the vrp driver.
The text was updated successfully, but these errors were encountered: