-
Notifications
You must be signed in to change notification settings - Fork 67
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
Failed install: setup.py install is deprecated #145
Comments
|
mod-ui is not compatible with python3.11, so this wont work. for pycrypto it can be replaced with pycryptodomex, and the code has already been prepared to work for both, but afaik we cannot put "this || that" kinda dependency in the requirements.txt so we keep compat with current MOD environment first. try installing via https://github.com/moddevices/mod-panel which contains some workarounds for this |
What pythons is it compatible with? I could install it. |
Does not work unfortunately
|
Following the instructions from the
README.rst
At the
pip3 install -r requirements.txt
step....The text was updated successfully, but these errors were encountered: