I'm getting the following Import Error when importing the sutime module - what does it mean?
- 阅读更多 关于 I'm getting the following Import Error when importing the sutime module - what does it mean?
问题 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