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

Enhanced check_requirements() with auto-install #2575

Merged
merged 5 commits into from
Mar 24, 2021

Commits on Mar 23, 2021

  1. Update check_requirements() with auto-install

    This PR builds on an idea I had to automatically install missing dependencies rather than simply report an error message. 
    
    YOLOv5 should now 1) display all dependency issues and not simply display the first missing dependency, and 2) attempt to install/update each missing/VersionConflict package.
    glenn-jocher authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6207da2 View commit details
    Browse the repository at this point in the history
  2. cleanup

    glenn-jocher authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    ad272cc View commit details
    Browse the repository at this point in the history
  3. cleanup 2

    glenn-jocher authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4a61912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09982f3 View commit details
    Browse the repository at this point in the history
  5. cleanup 3

    glenn-jocher authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6e777ec View commit details
    Browse the repository at this point in the history