-
Notifications
You must be signed in to change notification settings - Fork 314
Is isign unmaintained? Is there a way to get it to work? #127
Comments
Note that installing with pip3 (Ubuntu 18.04) also results in nonfunctional isign:
Which I assume means that this is not meant for python3... and of course Python 2.7 is EOL is just a few months. 5 months and 29 days... |
I got same error imformation. Do you have advice to fix it ? |
@rfay This module is run by python2 . You can pip install isign first, and Then del dir site-packages/pyopenssl and site-packages/openssl, last reinstall pyopenssl. |
Hmm, I don't have pyopenssl installed anywhere (did a find of the whole box), pip install pyopenssl gets this:
|
Hmm. isign is depend by pyopenssl, but i don't know why it has this problem. You can check your directory "/home/rfay/.local/lib/python2.7/site-packages", try to run
and then check command Isign |
I do seem to be able to install isign successfully for the current user only; I was trying to I guess this must be a poor lost soul and unmaintained if there's no plan to get it to python3. Or is that true of lots of things and they'll just live on with no support for the language? |
Is this project maintained at all? Does
pip install isign
work on any platform? I've tried it on Ubuntu 18.04, Ubuntu 16.04, Debian 9, Debian 8. (I've also tried to build on macOS). It fails in each case.Here's ubuntu 18.04:
The text was updated successfully, but these errors were encountered: