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
But it reported an error, and I haven’t found a solution to a similar problem for a long time:
Traceback (most recent call last):
File "/Users/zhongyongbin/Desktop/sapm/change-server/code/utils/handle_database/test_intercept.py", line 13, in<module>
intervals = IntervalSet([Interval(min, max) formin, maxin data])
File "/usr/local/lib/python3.9/site-packages/interval.py", line 2065, in __init__
BaseIntervalSet.__init__(self, items)
File "/usr/local/lib/python3.9/site-packages/interval.py", line 922, in __init__
self._add(i)
File "/usr/local/lib/python3.9/site-packages/interval.py", line 1935, in _add
self.intervals.sort()
TypeError: '<' not supported between instances of 'Interval' and 'Interval'
use python 3.9
The text was updated successfully, but these errors were encountered:
When I follow the example and use as follows:
But it reported an error, and I haven’t found a solution to a similar problem for a long time:
use python 3.9
The text was updated successfully, but these errors were encountered: