You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to work on a fortios parser and also tried to cleanup the sq_poller code such that each NOS is its own class in its own file to make the broader code base clean. However, due to the pinned python version and pip modules I'm not able to install the poetry package.
The specific package that throws errors is numpy (==1.20.3) It appears that numpy 1.20.3 does not support ARM or has arm compile issues.
Propose upgrading the package repo that offer better arm support
Justification
Unable to test code contributions locally due to the poetry pinned code versions. request upgrading the pinned versions that offer better ARM support.