paregupt / ucs_traffic_monitor

Cisco UCS traffic monitoring using Grafana, InfluxDB and Telegraf
MIT License
81 stars 26 forks source link

Fix ModuleNotFoundError: No module named 'setuptools_rust' when installing netmiko using pip3 (ansible-install) #60

Closed bouthib closed 3 years ago

bouthib commented 3 years ago

Hi,

This fix an error where pip failed to install netmiko with the base pip version available with CentOS 7 (actual latest release). Also, ucsmsdk and netmiko will be update if a new version is available.

I did not open a issue since it was not really really one with UTM itself. Just let me know if you want me to proceed otherwise.

By the way, the new version is very nice, more intuitive for an occasionnal users. Nicely done !

Regards,

paregupt commented 3 years ago

Looks good. Glad you like the latest version.

paregupt commented 3 years ago

You should be able to commit it.