Struggling with httpadapter in Python2? Any Tips or Alternatives?

11 Replies, 2125 Views

Ugh, httpadapter python2 is such a pain. I had the same issue last year. Ended up switching to `urllib3` with some custom tweaks. Not perfect, but it got the job done.

If you’re stuck with older libs, maybe try virtualenv to isolate dependencies? Could help avoid conflicts.

Messages In This Thread



Users browsing this thread: 1 Guest(s)