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
Replacing the line import boardgamegeek to from boardgamegeek import BGGClient should fix your issue.
Anyway, as stated in the last commit 37f74d9 the maintainer will not continue his work so I've created a fork here, the library can be installed from PyPi with updated docs and more.
Feel free to close this Issue and use updated library instead, contributions are welcome ❤️ thanks!
NameError Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_908\3723979965.py in
1 import boardgamegeek
2
----> 3 bgg = BGGClient()
NameError: name 'BGGClient' is not defined
The text was updated successfully, but these errors were encountered: