-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Debian Sid packages #23
Comments
I'm not that experienced with Debian distros, however you may try installing pycyptodome using |
"Debian Sid no longer allows installing packages via pip" |
oh, missed that sorry. I'm not sure what to do here tbh... |
Have you tried putting it on https://pypi.org/ ? Would then be able to install it via pipx. Currently the repo is missing required files to do this. |
Have you tried "sudo apt -y install python3-pycryptodome" in the terminal? That worked for me when I hit this issue. |
Unfortunately one of the first things I tried was reinstalling all dependencies. |
I am getting the same exact issue in Ubuntu 23.04 now, no longer able to use Nile.. and sadly I have already upgraded all my computers. pip has also stopped working in this version of ubuntu now as well.. |
We found a workaround with @nebadon2025. For now I recommend using virtual environment and install pip dependencies there create the environment enter the env install deps Enjoy! With this you need to enter env everytime you want to use Nile. Not ideal but allows you to use it while I look for other options 😄 |
Looks like package in Ubuntu and Debian repos is in fact newer EDIT: That should make workaround above obsolete. |
That's fixed the crypto package, at least I think so?
Now complains about the zstandard module. We have this package in apt as 'Package: zstd Version: 1.5.4+dfsg2-5' python3-zstandard is the important package to get this to work, you don't need either zstd or python3-zstd. So, dependancies are:
|
I also tested this and was missing python3-zstandard as well, installing it allowed nile to run again outside of the env! Thanks so much!!! |
Updated the README. Thank you and enjoy! |
Debian Sid no longer allows installing packages via pip, seems the Debian repo's don't contain the correct crypto package.
The text was updated successfully, but these errors were encountered: