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
iam already install pretty table but my terminal show this error:cannot import name 'PrettyTable' from partially initialized module 'prettytable' (most likely due to a circular import)
#66
iam already install pretty table but my terminal show this error:cannot import name 'PrettyTable' from partially initialized module 'prettytable' (most likely due to a circular import)
I had the same problem. In my case, I named the file "prettytable.py" in which i tried to import "prettytable"...
so it turned out that the python was importing not from the package, but from a file I created with the same name.
maybe try to rename your file
Originally posted by @2masa in #49 (comment)
The text was updated successfully, but these errors were encountered: