jrabbit / pyborg-1up

:robot: A modern overhaul of an old favorite irc bot for multiple platforms
https://pyborg.readthedocs.io/en/latest/
GNU General Public License v3.0
33 stars 12 forks source link

Pyborg Discord not working. Using Python 3 (3.0.1) as described in the documentation. #77

Closed KodaichiZero closed 5 years ago

KodaichiZero commented 6 years ago

pyborg issue

KodaichiZero commented 6 years ago

Seems to be a python version issue. Need a more specific version. I guessed that 3.0.1 might be okay but it's apparently not.

jrabbit commented 6 years ago

Hey thanks for looking into pyborg! Looks like you're using an old version of 3. I'd recommend the latest versions of 3.6 or 3.7 I think we use type annotations so we need 3.6+

On Fri, Jul 20, 2018, 21:57 KodaichiZero notifications@github.com wrote:

[image: pyborg issue] https://user-images.githubusercontent.com/2176612/43031049-e7cc1814-8c67-11e8-9624-a90d51a56c29.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jrabbit/pyborg-1up/issues/77, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK6czS8bdJkBthTPPlXz-OgkAw6rMqVks5uIoqVgaJpZM4VZckh .

KodaichiZero commented 6 years ago

Okay, I will try and let you know..

KodaichiZero commented 6 years ago

Python 3.7.0 is looking like the correct version but I am getting a different error:

Line 45 of pyborg.py, "import attr" ModuleNotFoundError: No module named 'attr'

Think this is still a version problem, or maybe I'm missing a dependency of some kind?

jrabbit commented 6 years ago

That's a dependency how'd you install pyborg?

On Fri, Jul 20, 2018, 22:10 KodaichiZero notifications@github.com wrote:

Python 3.7.0 is looking like the correct version but I am getting a different error:

Line 45 of pyborg.py, "import attr" ModuleNotFoundError: No module named 'attr'

Think this is still a version problem, or maybe I'm missing a dependency of some kind?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/jrabbit/pyborg-1up/issues/77#issuecomment-406763670, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK6cwwCA-biinot9G22qSaVBzeqC2-Jks5uIo2rgaJpZM4VZckh .

KodaichiZero commented 6 years ago

I just downloaded the zip from github and extracted it, ran it with python with a batch file, that's how I got the original pyborg working when I used it 8 years ago. It didn't require anything else to run it back then. I'm just checking this new fork out because it says it works with Discord.

jrabbit commented 6 years ago

pls use pypi via pip.

jrabbit commented 6 years ago

Were you able to get pyborg running via pip install pyborg?

jrabbit commented 5 years ago

No signs of life.