semiautomaticgit / SemiAutomaticClassificationPlugin

https://fromgistors.blogspot.com/p/semi-automatic-classification-plugin.html
Other
138 stars 50 forks source link

AttributeError: module 'time' has no attribute 'clock' #101

Closed montimaj closed 4 years ago

montimaj commented 4 years ago

The SemiAutomaticClassificationPlugin/core/utils.py uses a deprecated method time.clock() which has been removed in Python 3.8 (line 1288)

montimaj commented 4 years ago

I made a patch and created a pull request to fix this issue

montimaj commented 4 years ago

This was a duplicate of https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/82 which I didn't notice earlier. Anyway, I referred the patch to https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/issues/82 now