Giter VIP home page Giter VIP logo

Comments (4)

mhils avatar mhils commented on June 3, 2024

from mitmproxy.

jcomeauictx avatar jcomeauictx commented on June 3, 2024

Your problem is that pip install zstandard is failing. Not sure why you're not picking up the prebuilt wheel from PyPI?

Because the entire purpose of having a pip package is so that people shouldn't have to worry about dependencies.

from mitmproxy.

mhils avatar mhils commented on June 3, 2024

The mitmproxy package depends on the zstandard package. zstandard fails to install on your machine because 1) you're using not-yet-released Python 3.13 and there are no prebuilt zstandard wheels for 3.13, and 2) building zstandard from source fails on your machine. Maybe you can find some help at https://python-zstandard.readthedocs.io/en/latest/installing.html.

I'm closing this as there is nothing actionable for us here. There are also alternative installation options available at https://docs.mitmproxy.org/stable/overview-installation/.

from mitmproxy.

jcomeauictx avatar jcomeauictx commented on June 3, 2024

All that was required was to lower the max version of zstandard: ~/tmp/cpython/bin/python3 -m pip install zstandard==0.21.0 was successful, then I could repeat #4 above successfully. A one-digit edit to setup.py will actually fix this problem, rather than punt it to the user to solve. But whatever. I know you're busy, I am too.

from mitmproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.