sutime

I'm getting the following Import Error when importing the sutime module - what does it mean?

社会主义新天地 提交于 2020-01-16 11:59:11
问题 I'm getting this error: ImportError: cannot import name 'SUTime' from partially initialized module 'sutime' (most likely due to a circular import) when importing the sutime module as: from sutime import SUTime as suggested in the sutime GitHub example: https://github.com/FraBle/python-sutime Context: sutime is a Python library for parsing date/time from a natural language input, developed by the amazing team over at Stanford CoreNLP. Note: I've already run the pre-req installs as well: >> pip