ipfs-shipyard / py-ipfs-http-client

A python client library for the IPFS API
MIT License
682 stars 201 forks source link

pip package doesn't work with latest ipfs daemon #248

Closed kovan closed 3 years ago

kovan commented 3 years ago

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?

andrewchen5678 commented 3 years ago

+1

SupraSummus commented 3 years ago

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?

veqtor commented 3 years ago

Ridiculous, latest IPFS is 0.8.0

ntninja commented 3 years ago

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