RMG wrote > I get the below messages when I use SCP. > 2020-05-24T01:22:59 WARNING warning:/Users/rmg/Library/Application > Support/QGIS/QGIS3/profiles/default/python/plugins/SemiAutomaticClassificationPlugin/core/utils.py:1298: > DeprecationWarning: > time.clock has been deprecated in Python 3.3 and will be > removed from Python 3.8: use time.perf_counter or time.process_time > instead
Hi Reiko Matsuda Goodwin, as Luca Congedo already replied to your question on the Semi-Automatic Classification Plugin Facebook Group, this is only a Python deprecation warning not related to any problems you encounter when using the plugin. It only states that time.clock() function will not work in Python 3.8, but for now it works as expected. It is also not related to GDAL. Anyway the use of time.clock() in the code has already been fixed https://github.com/semiautomaticgit/SemiAutomaticClassificationPlugin/pull/102 and will not appear with the next version of the Semi-Automatic Classification Plugin. Regards. Andrea -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
