I’m trying to install support for OWLv2 using pip install inference[transformers] as I’d like to use a Roboflow instant model with InferencePipeline.
During the install it installs torch 2.4.0 (and if I have a more recent version, it’ll uninstall that)
But at the end of the install I get this error because ultralytics 8.3.40 doesn’t support torch 2.4.0:
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ultralytics 8.3.40 requires torch!=2.4.0,>=1.8.0; sys_platform == “win32”, but you have torch 2.4.0 which is incompatible.