You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip3 install culour
$ python3
Python 3.8.5 (default, Jan 27 2021, 15:41:15)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> import culour
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/zyugyzarc/.local/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) (/home/zyugyzarc/.local/lib/python3.8/site-packages/culour/__init__.py)
config: amd/ubuntu_64, Konsole as a terminal.
The text was updated successfully, but these errors were encountered:
i have the following issue:
config: amd/ubuntu_64, Konsole as a terminal.
The text was updated successfully, but these errors were encountered: