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

Getting weird error while trying to run ultralytics can someone please help? #11786

Closed
1 task done
LizardKing2212 opened this issue May 8, 2024 · 3 comments
Closed
1 task done
Labels
question Further information is requested Stale

Comments

@LizardKing2212
Copy link

Search before asking

Question

When trying to start up ultralytics I get the error:
“FATAL: The application binary appears to be running setuid, this is a security hole.”
This never used to be a problem and is the first time seeing this. I have been running this on the rpi 5 and never had any issues until now. It might be an issue with my pi but I don’t know. Please help!

Additional

No response

@LizardKing2212 LizardKing2212 added the question Further information is requested label May 8, 2024
Copy link

github-actions bot commented May 8, 2024

👋 Hello @LizardKing2212, thank you for your interest in Ultralytics YOLOv8 🚀! We recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered.

If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results.

Join the vibrant Ultralytics Discord 🎧 community for real-time conversations and collaborations. This platform offers a perfect space to inquire, showcase your work, and connect with fellow Ultralytics users.

Install

Pip install the ultralytics package including all requirements in a Python>=3.8 environment with PyTorch>=1.8.

pip install ultralytics

Environments

YOLOv8 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):

Status

Ultralytics CI

If this badge is green, all Ultralytics CI tests are currently passing. CI tests verify correct operation of all YOLOv8 Modes and Tasks on macOS, Windows, and Ubuntu every 24 hours and on every commit.

@glenn-jocher
Copy link
Member

Hello! It seems like you're encountering a security-related error due to how the application's permissions are set. Here's a quick suggestion you can try to resolve it:

If you're comfortable with using the terminal, you can remove the setuid bit from the binary that's causing the error. You can do this by running the following command:

sudo chmod -s /path/to/your/binary

Make sure to replace /path/to/your/binary with the actual path to the Ultralytics executable that's causing the issue. This should help remove the setuid bit, thus addressing the security warning.

If the problem persists, reviewing the permission settings of your environment or considering a fresh setup/installation might also be beneficial. Keep us posted on how it goes! 😊

Copy link

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐

@github-actions github-actions bot added the Stale label Jun 10, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

2 participants