Struggling with httpadapter in Python2? Any Tips or Alternatives?

11 Replies, 2021 Views

httpadapter python2 is a beast, lol. I gave up after a while and switched to `aiohttp` for async stuff. Not sure if that’s an option for you, but it’s way more modern.

If you’re stuck with python2, maybe try downgrading some of the conflicting libraries? Sometimes that helps.
Hey! I had the same issue with httpadapter python2. The docs are a mess, but I found this blog post that walks through some common errors: [link].

Also, if you’re using virtualenv, make sure to pin your dependencies. That way, you can avoid version conflicts.



Users browsing this thread: 1 Guest(s)