AttributeError: partially initialized module has no attribute (most likely due to a circular import)

Опубликовано: 13 Октябрь 2024
на канале: Python for Everyone
13,966
243

If you are watching this video, you probably just created a python script, wanted to import and use some module, executed your code and got an error like this. Let me start by saying that there is nothing wrong with your code and in this video, you learn what the problem and solution is.

M Y O N L I N E T R A I N I N G
🎓Like my style of teaching? Try free chapters of online courses: https://pythonforeveryone.com

L I N K S I N T H E V I D E O
https://docs.python.org/3/library/ind...

#circularimport #attributerror #python