sqlalchemy-rqlite icon indicating copy to clipboard operation
sqlalchemy-rqlite copied to clipboard

pip install fail

Open tiantian1645 opened this issue 5 years ago • 2 comments

Hello: when i use pip install from pypi, I found it failed.

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

tiantian1645 avatar Jan 16 '20 05:01 tiantian1645

@zmedico -- any ideas?

otoolep avatar Jan 22 '20 14:01 otoolep

pip3 install -U git+https://github.com/rqlite/pyrqlite.git git+https://github.com/rqlite/sqlalchemy-rqlite.git

mengyyy avatar Feb 03 '20 12:02 mengyyy

pip3 install -U git+https://github.com/rqlite/pyrqlite.git git+https://github.com/rqlite/sqlalchemy-rqlite.git

It works for me after a052c0d39d50851b768f0bd7df2a13074aff0b9b.

I also tagged v2.0 and uploaded it to pypi.

zmedico avatar Jun 07 '24 04:06 zmedico