question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pycryptodome and sshtunnel interfere with each other

See original GitHub issue

As you know, asyncssh requires pycrypto to be installed. pycryptodome’s documentation says:

One must avoid having both PyCrypto and PyCryptodome installed at the same time, as they will interfere with each other.

So we can’t have both sshtunnel and C accelerations at the same time. Any workarounds?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
qwjcommented, Mar 27, 2019

really appreciate your help. as the result suggests, I am planning to move to cryptography soon.

1reaction
qwjcommented, Mar 27, 2019

thanks for the work. waiting for result of your benchmark. 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

PyCryptodome 3.14.1 documentation
One must avoid having both PyCrypto and PyCryptodome installed at the same time, as they will interfere with each other. This option is...
Read more >
[pgadmin4] 3.6-1 python3-pycryptodome patch encoding failure
The change to using native python libraries re-found the same error as https://bugs.archlinux.org/task/60332 with a different cause.
Read more >
why setup has pycryptodome==3.4.3 and requirements.txt has ...
One must avoid having both PyCrypto and PyCryptodome installed at the same time, as they will interfere with each other.
Read more >
What is pycryptodomex and how does it differ ... - Stack Overflow
One must avoid having both PyCrypto and PyCryptodome installed at the same time, as they will interfere with each other.
Read more >
sshtunnel - PyPI
Installation. sshtunnel is on PyPI, so simply run: pip install sshtunnel. or easy_install sshtunnel. or conda install -c conda ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found