vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
319 stars 41 forks source link

ImportError: cannot import name 'addstr' from partially initialized module 'culour' (most likely due to a circular import) #53

Closed ReagentX closed 4 years ago

ReagentX commented 4 years ago
% python
Python 3.8.1 (default, Jan 26 2020, 17:08:51) 
[Clang 11.0.0 (clang-1100.0.33.8)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import culour
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/venv/lib/python3.8/site-packages/culour/__init__.py", line 1, in <module>
    from culour import addstr
ImportError: cannot import name 'addstr' from partially initialized module 'culour' (most likely due to a circular import)