Closed code-of-kpp closed 8 years ago
I prefer to not install binary packages like wheels for libraries, that do not require compilation during installation. But there is no .gz package in PIPI, so pip install --no-binaries :all: aiofiles will fail.
pip install --no-binaries :all: aiofiles
Yeah, I was hoping just a wheel would be enough :)
I'll put up a sdist for you over the weekend.
This should work now, please close if it does.
yep, thanks
I prefer to not install binary packages like wheels for libraries, that do not require compilation during installation. But there is no .gz package in PIPI, so
pip install --no-binaries :all: aiofiles
will fail.