Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'addstr' #4

Closed
zyugyzarc opened this issue Jun 20, 2021 · 2 comments
Closed

ImportError: cannot import name 'addstr' #4

zyugyzarc opened this issue Jun 20, 2021 · 2 comments

Comments

@zyugyzarc
Copy link

i have the following issue:

$ 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.

@Taguar258
Copy link

@1v seems to have fixed it but it probably hasn't been pushed to pypi yet.

@spellr
Copy link
Owner

spellr commented Oct 4, 2021

pushed 👍
Thanks for flagging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants