ImageBind
ImageBind copied to clipboard
Could not find a version that satisfies the requirement decord==0.6.0
Replace decord==0.6.0
with eva-decord==0.6.1
, it should work
@lahfir Do you happen to be using a mac and python 3.9 ? I think the decord is built and published for mac only up to python 3.8 as detailed in this issue https://github.com/dmlc/decord/issues/213
In any case, you only need this package to decode videos. So you can safely ignore it if you do not plan to work with videos. Alternatively, you may try using eva-decord==0.6.1
as recommended by @shero4, but I have not tested it and I am not sure if there are any differences.
@aelnouby fwiw this happens on Macs with Python 3.8 too. I hit the same issue following the README instructions. Specifically Python 3.8.16. From the linked issue you provided, it appears there is no fix for macs with the M1 chip.
The eva-decord
suggestion does seem to install though, thanks!
eva-decord
has now been set as the default in ImageBind's requirements.txt
. Can confirm I had no problems installing on python 3.8 or 3.9. This issue can be closed.