robshakir / pyangbind

A plugin for pyang that creates Python bindings for a YANG model.
Other
198 stars 120 forks source link

pyangbind-0.8.4 installation failed #324

Closed asn-lns-sa-rj closed 8 months ago

asn-lns-sa-rj commented 8 months ago

Cannot install new version 0.8.4.

$ pip install pyangbind --upgrade ... Found existing installation: pyangbind 0.8.3.post1 Uninstalling pyangbind-0.8.3.post1: Successfully uninstalled pyangbind-0.8.3.post1 Successfully installed pyangbind-0.8.4

Contrary to expectation, the folder contains only the init.py file, not the subfolders (helpers, lib, plugin)

Then rollback: $ pip uninstall pyangbind $ pip install --upgrade pyangbind==0.8.3.post1 ... Successfull

JoseIgnacioTamayo commented 8 months ago

Oh my... Something went wrong with the package done and uploaded with GitLab Actions.

I just built and uploaded 0.8.4.post1. It looks OK to me, please give it a try.

Apologies for the inconvenience.

asn-lns-sa-rj commented 8 months ago

Thank you for your quick support, Jose. I confirm it works fine now. Regards