python-gino/gino-starlette

pip install gino-starlette does not work

ltieman opened this issue · 2 comments

Expected Behavior

Describe what you were trying to get done and what you expected to happen.

Ran pip install gino-starlette and expected it to install gino-starlette

Actual Behavior

pip can not find the package

$ pip install gino-starlette
Collecting gino-starlette
Could not find a version that satisfies the requirement gino-starlette (from versions: )
No matching distribution found for gino-starlette

Steps to Reproduce the Problem

Collecting gino-starlette
  Could not find a version that satisfies the requirement gino-starlette (from versions: )
No matching distribution found for gino-starlette

Can confirm that it can connect to pypi:

$ pip install fastapi
Collecting fastapi
Downloading https://files.pythonhosted.org/packages/f9/eb/f899ccd1f052bb306d3938696458a403ee61a116fd784bc9fb266f6ce211/fastapi-0.53.0-py3-none-any.whl (47kB)
100% |████████████████████████████████| 51kB 916kB/s

Specifications

  • Python version: 3.8.1
  • GINO version: n/a
  • Starlette version: n/a

appears that the gino.ext.starlette.Gino is still there in the package in pypi, so that makes sense, closing ticket.

Right, sorry for the confusion! We're in the process. After GINO 1.0 release, it will be:

pip install gino[starlette]