Closed KodaichiZero closed 5 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.
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 .
Okay, I will try and let you know..
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?
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 .
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.
pls use pypi via pip.
Were you able to get pyborg running via pip install pyborg
?
No signs of life.