-
Notifications
You must be signed in to change notification settings - Fork 16
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
How to? #11
Comments
If you provide the error and the steps to reproduce I may be able to help |
Well, I did find that it was my mistake. The library isn't working with python 3.9+. Downgrading to 3.8.10+ fixed the Cython issue :) Yet, I've found out a bug with Vanilla client (1.12), the code is expecting to find a locale folder in this function:
I did put in place a hacky "if" for now. |
This library is not intended to be used for Vanilla tbh. |
Not at this moment, right ? ;) I always prefer to start with Vanilla (and have plenty of code on how to interpret the files format like MCLQ chunks and so on..) if you like. |
Hello,
I've tried to use this lib as a submodules of a project but I can't get some of the dependencies to work due to compiler settings.
Is there any how-to or easy implementario' available?
Thanks.
The text was updated successfully, but these errors were encountered: