Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows install reverts ultralytics to old version. autodistill not found #61

Open
1 task done
apiszcz opened this issue Oct 12, 2023 · 1 comment
Open
1 task done
Labels
question Further information is requested

Comments

@apiszcz
Copy link

apiszcz commented Oct 12, 2023

Search before asking

  • I have searched the Autodistill issues and found no similar feature requests.

Question

How can I install ultralytics AND autodistill with latest version?

pip install --upgrade
Using cached ultralytics-8.0.196-py3-none-any.whl (631 kB)
Installing collected packages: ultralytics
  Attempting uninstall: ultralytics
    Found existing installation: ultralytics 8.0.81
    Uninstalling ultralytics-8.0.81:
      Successfully uninstalled ultralytics-8.0.81
**autodistill-yolov8 0.1.1 requires ultralytics==8.0.81, but you have ultralytics 8.0.196 which is incompatible.**
Successfully installed ultralytics-8.0.196

Additional

No response

@apiszcz apiszcz added the question Further information is requested label Oct 12, 2023
@capjamesg
Copy link
Member

Thank you for leaving this Issue! Can I confirm you installed the autodistill-yolov8 package?

We have previously run into breaking changes with the ultralytics package so we pinned the version for autodistill. I can test the latest version of ultralytics and make sure it works as expected.

While we do this, you can run autodistill in a virtual environment so that the ultralytics dependencies do not conflict with packages you have installed globally on your system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants