Skip to content
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

python-m2crypto problem on 20.04 #1330

Open
tgwaste opened this issue Jun 30, 2020 · 4 comments
Open

python-m2crypto problem on 20.04 #1330

tgwaste opened this issue Jun 30, 2020 · 4 comments

Comments

@tgwaste
Copy link

tgwaste commented Jun 30, 2020

hi, any way to solve this?

# sudo apt install -y ./wok-3.0.0-0.ubuntu.noarch.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'wok' instead of './wok-3.0.0-0.ubuntu.noarch.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wok : Depends: python-m2crypto but it is not installable
E: Unable to correct problems, you have held broken packages.

Any reason it cant use this instead?

python3-m2crypto is already the newest version (0.31.0-9ubuntu1)
@Criptos
Copy link

Criptos commented Aug 27, 2020

If you are sure is installed, then force the instalacion and watch /var/log/wok/wpk-error.lg for errors...

Using pip I currenly have this crypto leated libs
asn1crypto (0.24.0)
bcrypt (3.2.0)
cryptography (3.0)

and at least that isn't my issue...

@alinefm
Copy link
Member

alinefm commented Sep 3, 2020

I will take a look on this in the next days.

@Omemanti
Copy link

Omemanti commented Dec 11, 2020

Is there a sound answer yet?
I also have: python3-m2crypto installed, but it needs python-m2crypto (without 3).

update: If I change the dependencies to Python3-m2crypto it installs well. (maybe a separate .deb for 20.04?)

@nlightenme
Copy link

I had the same issue on Ubuntu 22.04 and as @Omemanti said, changing the dependency to python3-m2crypto worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants