leapcode / pysqlcipher

Python bindings for SQLCipher
https://leap.se
Other
131 stars 42 forks source link

Amalgamation Link Down #16

Closed hoffmabc closed 8 years ago

hoffmabc commented 9 years ago

http://futeisha.org/sqlcipher/amalgamation-sqlcipher-2.1.0.zip

is no longer alive. What gives?

kalikaneko commented 9 years ago

I think you're using an old release, or an old repo snapshot. The correct url now is

amalgamation_url = ("https://downloads.leap.se/libs/pysqlcipher/"
                        "amalgamation-sqlcipher-2.1.0.zip")

both in master and develop.

Besides, the next release will not rely on the amalgamation download, so if you're depending on it better compile it against system libs.

hoffmabc commented 9 years ago

We are getting the error when installing via pip. It seems right on pypi though...hmmm.

kalikaneko commented 9 years ago

hmm maybe you were using local caches?