IPFS v0.9.0 support?
Opened this issue · 1 comments
namasikanam commented
It seems that v0.8.0a2 of this library cannot support IPFS v0.9.0, which is released 24 days ago.
How's the v0.9.0 of this library developing? Is there anything I can help?
avatar-lavventura commented
This issue is open since May. It will be helpful with a simple guidence.
Still [master-repo
, v0.8.0a1
, v0.8.0a2
] gives following warning message:
~/venv/lib/python3.8/site-packages/ipfshttpclient/client/__init__.py:75: VersionMismatch: Unsupported daemon version '0.9.0' (not in range: 0.5.0 ≤ … < 0.9.0) warnings.warn(exceptions.VersionMismatch(version, minimum, maximum))
Will we able to use py-ipfs-http-client
along with ipfs version 0.9.0? If yes, what is the proper way to do it?