jykob / TSBot

Asynchronous framework to build TeamSpeak 3 Server Query bots
https://tsbot.readthedocs.io
MIT License
6 stars 3 forks source link

ImportError: cannot import name 'commands' from partially initialized module 'tsbot' (most likely due to a circular import) (C:\Users\admin\PycharmProjects\TS3Bot\.venv\lib\site-packages\tsbot\__init__.py) #43

Closed Makzlol closed 1 month ago

Makzlol commented 1 month ago

Every time you run any sample code of this library, this error occurs

jykob commented 1 month ago

This was caused by improper packaging. Pushed new patch version 1.2.1 and yanked affected version (1.2.0).

Fix commit: 1866c79

Huge thanks for reporting this issue!