squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.61k stars 581 forks source link

Installation failed in linux #105

Open santoshray02 opened 6 years ago

santoshray02 commented 6 years ago

I am seeing this error while running python3.5 -m pip install japronto

Downloading/unpacking japronto
  Could not find any downloads that satisfy the requirement japronto
Cleaning up...
No distributions at all found for japronto
squeaky-pl commented 6 years ago

What is your Linux platform? Can you paste output of uname -a. Japronto only supports x86_64.

santoshray02 commented 6 years ago

Here is the Result of uname -a Linux nettech-desktop 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

On Mon, Jan 8, 2018 at 7:04 PM, Paweł Piotr Przeradowski < notifications@github.com> wrote:

What is your Linux platform? Can you paste output of uname -a. Japronto only supports x86_64.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/squeaky-pl/japronto/issues/105#issuecomment-355967286, or mute the thread https://github.com/notifications/unsubscribe-auth/AL2jUDZCQgo7naMunn1oYYBfZ_wuv-Wfks5tIhlLgaJpZM4RQiCl .

squeaky-pl commented 6 years ago

I guess it's something about wheels being incompatible with your platform, or that pip bundled with python3.5 is unaware of the wheels. I always use virtualenv instead.

You could try installing from tarball with python3.5 -m pip install https://github.com/squeaky-pl/japronto/archive/master.zip

fer1934 commented 6 years ago

ok dude

El 2 ene. 2018 3:48 AM, "santoshray02" notifications@github.com escribió:

I am seeing this error while running python3.5 -m pip install japronto

Downloading/unpacking japronto Could not find any downloads that satisfy the requirement japronto Cleaning up... No distributions at all found for japronto

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/squeaky-pl/japronto/issues/105, or mute the thread https://github.com/notifications/unsubscribe-auth/AYamvvaY8Ww9UmKgLkURTGBMaIBlKpHUks5tGheCgaJpZM4RQiCl .