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.

cryptography dependency update?

See original GitHub issue

The template here wasn’t relevant so I cut it, apologies.

mitmproxy currently mandates cryptography <1.8 which when built from source on macOS/OS X El Capitan (10.11) using Xcode 8 results in Symbol not found: _getentropy errors. Reported and explained in more detail here, hence my short summary. These issues were fixed in https://github.com/pyca/cryptography/pull/3354, which was released in the 1.8 branch.

This is also currently causing some “fun” for downstream package managers having to carry their own somewhat hacky patches like this. The gist of my request is whether mitmproxy has plans to/would consider update/updating cryptography to use the latest release without these issues.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Kriechicommented, Mar 15, 2017

I was just about to write a new comment to notify you about the new release. 👍 Have fun! Let us know if you need anything else to make your live downstream easier - we are happy to help! Thanks!

0reactions
DomT4commented, Mar 15, 2017

Thank you for moving so quickly on this! Really appreciate coming back online this afternoon and finding the whole situation wrapped up 🙇.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — Cryptography 39.0.0.dev1 documentation
Building cryptography on Windows¶. The wheel package on Windows is a statically linked build (as of 0.5) so all dependencies are included. To...
Read more >
cryptography - PyPI
cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your “cryptographic standard ......
Read more >
Dependency on cryptography package breaks upgrades #5771
As a result, updating any package that depends on cryptography breaks. Yours happens to be a widely used one. It's not your fault,...
Read more >
Failed to install Python Cryptography package with PIP and ...
I had a similar issue, and found I was simply missing a dependency (libssl-dev, for me). ... Upgrade to the latest pip and...
Read more >
Can't upgrade due to cryptography (and pip)
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the ......
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