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
Im getting the below error when i run the command on nagios server. Can you provide the resolution for it.
# python nagios_silverpeak_api.py -H 192.168.10.211 -O tunnels
RuntimeError: module compiled against API version 6 but this version of numpy is 4
numpy.core.multiarray failed to import
Traceback (most recent call last):
File "nagios_silverpeak_api.py", line 3, in
import pandas as pd
File "/usr/lib64/python2.6/site-packages/pandas/init.py", line 6, in
from . import hashtable, tslib, lib
ImportError: numpy.core.multiarray failed to import
You have new mail in /var/spool/mail/root [root@gl-nms02 libexec]# python nagios_silverpeak_api.py -H 192.168.10.211 -O alarms
RuntimeError: module compiled against API version 6 but this version of numpy is 4
numpy.core.multiarray failed to import
Traceback (most recent call last):
File "nagios_silverpeak_api.py", line 3, in
import pandas as pd
File "/usr/lib64/python2.6/site-packages/pandas/init.py", line 6, in
from . import hashtable, tslib, lib
ImportError: numpy.core.multiarray failed to import
Thanks,
JInju
The text was updated successfully, but these errors were encountered:
Hi Hari,
Im getting the below error when i run the command on nagios server. Can you provide the resolution for it.
# python nagios_silverpeak_api.py -H 192.168.10.211 -O tunnels
RuntimeError: module compiled against API version 6 but this version of numpy is 4
numpy.core.multiarray failed to import
Traceback (most recent call last):
File "nagios_silverpeak_api.py", line 3, in
import pandas as pd
File "/usr/lib64/python2.6/site-packages/pandas/init.py", line 6, in
from . import hashtable, tslib, lib
ImportError: numpy.core.multiarray failed to import
You have new mail in /var/spool/mail/root
[root@gl-nms02 libexec]# python nagios_silverpeak_api.py -H 192.168.10.211 -O alarms
RuntimeError: module compiled against API version 6 but this version of numpy is 4
numpy.core.multiarray failed to import
Traceback (most recent call last):
File "nagios_silverpeak_api.py", line 3, in
import pandas as pd
File "/usr/lib64/python2.6/site-packages/pandas/init.py", line 6, in
from . import hashtable, tslib, lib
ImportError: numpy.core.multiarray failed to import
Thanks,
JInju
The text was updated successfully, but these errors were encountered: