Closed ibrewster closed 4 years ago
I encountered the same problem on my mac when forcing the python version to 3.6.
@jwbishop want to take a look at this? Seems pretty significant. Thanks.
For the record, this issue seems to have arisen due to the circular import. Confirmed to now work in Python 3.6.
A change occurred to imports in Python 3.7: "Circular imports involving absolute imports with binding a submodule to a name are now supported. (Contributed by Serhiy Storchaka in bpo-30024.)"
Good catch @liamtoney.
Under python 3.6, which is the newest readily available version on CentOS 7/8, attempting to import lts_array fails with the following error:
Tested under both MacOS and Linux versions of Python. The same import command works properly under Python 3.7.x and 3.8.x