Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.63k stars 701 forks source link

No module named 'pkg_resources' #309

Closed aritlh closed 1 year ago

aritlh commented 1 year ago

$ python3 main.py

Traceback (most recent call last):
  File "/home/renology/github-repo/chatGPT-discord-bot/main.py", line 33, in <module>
    check_version()
  File "/home/renology/github-repo/chatGPT-discord-bot/main.py", line 7, in check_version
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

My python ver is: 3.10.10

NiceSapien commented 1 year ago

I get the same error, but its slightly different, it says bard from bard stuff

Zero6992 commented 1 year ago

https://stackoverflow.com/questions/59035724/python-error-no-module-named-pkg-resources

close this issue, as it is not related to this repo