ipfs-shipyard/py-ipfs-http-client

pip package doesn't work with latest ipfs daemon

Closed this issue · 4 comments

kovan commented

The version of this package in pip repository is 0.6.1, which doesn't work with latest official ipfs release:

ipfshttpclient.exceptions.VersionMismatch: Unsupported daemon version '0.7.0' (not in range: 0.4.22 ≤ … < 0.7.0)

$ ipfs --version
ipfs version 0.7.0

If I install from source it does work. New release needed?

You can install pre release using pip install --pre ipfshttpclient==0.7.0a1. It supports go-ipfs 0.7.x but not go-ipfs 0.8.x.

@ntninja could you please push a non-pre release? Or are there any blockers?

Ridiculous, latest IPFS is 0.8.0

Well, this one is fixed and next one is already open…