Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python and load balancer
#1
Hi All,

I am planning to put a python script which should detect the current state of servers or server groups in the A10 load balancer. Found one library a10ctl and installed in the linux system. But it seems some error from the library which i am unable to understand.

a10ctl --help
Traceback (most recent call last):
  File "/usr/bin/a10ctl", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3011, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: setuptools>=11.3
Is there any other approach for this project.

Thanks
Reply
#2
Resolved the error by upgrading the pip
pip install --upgrade pip
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed attempts to load Microsoft Appstore Python DLLs piyushd 0 424 Oct-31-2023, 10:43 AM
Last Post: piyushd
  How to load log.txt directly into python codes? sparkt 6 2,966 Aug-21-2020, 03:51 PM
Last Post: sparkt
  Load table from Oracle to MYSQL using python himupant94 0 1,637 May-12-2020, 04:50 PM
Last Post: himupant94
  Python - help with getting JSON from one DB and load to another DB qIekm 4 3,258 Apr-16-2020, 07:07 AM
Last Post: qIekm
  problem with mapnik in anaconda python 2: from _mapnik import * ImportError: DLL load parsley 0 1,904 Dec-11-2019, 07:50 AM
Last Post: parsley
  Fatal Python error: Py_Initialize: unable to load the file system codec ecg1g15 0 3,562 Feb-12-2019, 12:16 PM
Last Post: ecg1g15
  json.load() in Python 3 jazmad 1 4,532 Dec-31-2018, 11:19 PM
Last Post: Larz60+
  python import sybpydb error: DLL load failed: The specified module could not be found andieDu 3 7,655 Apr-04-2018, 06:58 AM
Last Post: Larz60+
  Load spatialite in Python 3.6 on Win10 failed RTFirefly 1 5,388 Feb-19-2018, 09:59 PM
Last Post: RTFirefly
  How to load or convert EEG signal to data values in python? Amruta 2 6,071 Jan-25-2017, 05:40 PM
Last Post: Amruta

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020