I am trying to run an external tool, Linkage Mapper, and receive the following error:
Python error on **line 129** of s1_getAdjacencies.py in Linkage Mapper Version 3.0.0:
AttributeError: module 'time' has no attribute 'clock'
It seems this is a Python issue, but I do not know how to correct it. Can anyone direct me to the correct resources?
clock ... deprecated in python 3.3, removed in 3.8
Pro uses python 3.9, so replacement is time.time()
Would this then be an issue with the external tool, Linkage Mapper?
No clue, but if Linkage Mapper is using python and its version is < 3.3, then yes