-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Issue installing cryptography (due to openssl built with no-engine) #2847
Comments
Seems that cryptography, for now, won't work if openssl is compiled with no-engine (which our openssl is), see pyca/cryptography#4412. They seem to be working on fixing this: pyca/cryptography#3867. |
@Grimler91 Ahh thanks. That explains it. |
Same problem, anyone knows how to solve the problem? |
@zzxxtt Termux uses OpenSSL without |
@xeffyr Thank you very much, your package solve the problem. |
@xeffyr thanks :) |
@xeffyr is there OpenSSL without no-engine for arm? |
Thanks @xeffyr. I can install cryptography now. But if openssl is upgraded in termux packages this will stop working?? |
Not good. I just updated openssl and was installing it, and came infront of this issue. Everything was going good before last update of openssl. Thanks @xeffyr for providing the arm packages. @Grimler91 is there any way to downgrade the openssl package to get rid of this ? To which version? |
@bensh4 no, not really, openssl is such a fundamental package that if you try to downgrade it you'll break apt and many other packages and probably need to reinstall termux to get it working again |
@Grimler91 @xeffyr has given arm packages of openssl to remove no-engine . Will that make any kind of conflict if I overwrite the existing package? |
No, it's the same version but with different configuration options, you can install it without problem. |
Should we remove |
Hi guys , i am a beginner user of termux , can you help me to install (what are the commands?) opensll file for arm device ( i have the same problem installing cryptografy . thank you so much |
@marteker789 go to folder where you downloaded files then: gunzip openssl_1.1.1-2_arm.deb.gz dpkg -i openssl_1.1.1-2_arm.deb |
Thank you Vladosam, but how can i download files in termux ,( sorry i am beginner user and i don't know ...), can you give me commands...thanx a lot |
Download files with browser to your phone. Usually files are in downloads folder. Then setup storage in termux with termux-setup-storage You can find downloaded files in cd ~/storage/downloads |
thank you so much i try and after let you know |
Thank you so much , now it seems ok.. |
Does anyone know if |
Hi guys, I tried to install those deb files in termux, but I got the following error: $ dpkg -i openssl_1.1.1-2_arm.deb
Do you know how to fix it? |
@adrianogil you need to download files for your architecture from this post #2847 (comment) |
No one of packages contain or create directory 'Architecture'. You either installed something different or just were not able to follow instructions... |
New to termux, I just came across this issue, however I am running on an x86_64 vm. Are there pacakages built for x86_64? |
Are you running on Aarch or arm? |
To be clear I'm running an 64 bit x86 image from http://www.android-x86.org. |
do you got same installation error? |
Pretty much, I am trying install paramkio and when it's gets to the cryptography step, it errors out and outputs the same message. |
the only problem is you are running in a x86 sys... Can't you dl another image? (and don't you have a phone 😂) |
I would but I am trying to set up some automation via VMs. I have one phone but it's easier to clone a VM than buy a phone. |
Oh yes I understand you.. I'll try to find another image who would be compatible with these OpenSSL pkg |
There u go : LineageOs.org |
Awesome thank you, I will give it a shot! |
Hope it'll work ;) |
This comment has been minimized.
This comment has been minimized.
For me in installed OpenSSL and then I just needed to reinstall python and pip |
Like |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@xSecret cause "- I" is -i |
@Secr3ts I installed LineageOS and tried to install Paramkio again, still no luck, same error. |
I'm sorry.. May ask @xeffyr |
The updated package (openssl 1.1.1-3) that is built with engine support has now been pushed to the package repository, so you can now install it with |
I'v been trying to run a local instance of my telegram bot and I've run into some issues. Previously all I've needed to do was
pkg install clang && pkg install python-dev && pkg install postgresql-dev && pkg install libcrypt-dev
Along with
pip install -r requirements.txt
and all would be fine. However after updating to Android Pie and. Trying to setup my local bot I ran into this;The text was updated successfully, but these errors were encountered: