cryptography dependency update?
See original GitHub issueThe 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:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!
Thank you for moving so quickly on this! Really appreciate coming back online this afternoon and finding the whole situation wrapped up 🙇.