-
I'm trying to install aiohttp in OpenWrt with mips CPU with command Current python version on OpenWrt is Any solution for me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
I found a solution by using aiohttp as git submodule and add it's dependencies in requirements.txt and it worked |
Beta Was this translation helpful? Give feedback.
Looks like we shipped pure-python wheels in the past but not anymore. I hope to restore that soon.
A workaround would be building with the
AIOHTTP_NO_EXTENSIONS=1
env var set which will disable building the C-extensions.