-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syntax error in discord.py module #17
Comments
it would mean upgrading python, something i'm not sure will ever be done |
Ok what I did was copied my entire python libs to my 3ds skipping and existing files just make sure that you have the modules you want installed on your computer, and it will work just fine. |
that won't work here, as the issue here is that the library is for python 3.7+ and 3ds.py uses 3.6 |
That's weird I didn't have any problems with it.
…On Sat, Jun 17, 2023, 18:21 ENDERZOMBI102 ***@***.***> wrote:
Ok what I did was copied my entire python libs to my 3ds skipping and
existing files just make sure that you have the modules you want installed
on your computer, and it will work just fine.
that won't work here, as the issue here is that the library is for python
3.7+ and 3ds.py uses 3.6
—
Reply to this email directly, view it on GitHub
<#17 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO3YCAG5YVLJU465BAC6TUTXLYUWFANCNFSM5TT6ORPQ>
.
You are receiving this because you commented.Message ID: <vbe0201/3DS.
***@***.***>
|
Trying to run a discord bot, but after making sure to include every library needed i get this error
I'm guessing it has to do with 3ds.py running an old version of python, but either way can it be fixed?
The text was updated successfully, but these errors were encountered: