sqlalchemy-rqlite
sqlalchemy-rqlite copied to clipboard
pip install fail
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
@zmedico -- any ideas?
pip3 install -U git+https://github.com/rqlite/pyrqlite.git git+https://github.com/rqlite/sqlalchemy-rqlite.git
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.