squeaky-pl / japronto

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

can't install japronto #163

Closed shan-guo closed 3 years ago

shan-guo commented 4 years ago

Hi, I can't wait to attempt this awesome web framework, but I can't install it

(venv) ➜ japronto_demo python -V Python 3.7.1 (venv) ➜ japronto_demo pip -V pip 19.2.2 from /Users/shanguo/code/python/japronto_demo/venv/lib/python3.7/site-packages/pip (python 3.7)

pip install japronto

Collecting japronto ERROR: Could not find a version that satisfies the requirement japronto (from versions: none) ERROR: No matching distribution found for japronto

Agent-Hellboy commented 3 years ago

why there is no comment on this issue.

Hi, I can't wait to attempt this awesome web framework, but I can't install it

Take a look at this.

shan-guo commented 3 years ago

why there is no comment on this issue.

Hi, I can't wait to attempt this awesome web framework, but I can't install it

Take a look at this.

Thanks😊, Now I'm installed success by souce code

Steps:

1.git clone https://github.com/squeaky-pl/japronto.git 2.cd japronto 3.virtualenv venv -p=python3.7 4.source venv/bin/activate 5.python setup.py install

Output: ................. Finished processing dependencies for japronto==0.1.2