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

Updated install.sh regarding requirements.txt error #314

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

atharva39
Copy link

@atharva39 atharva39 commented Jan 16, 2024

I removed the "--break-system-packages" flag from line 177 in install.sh. After some testing and consideration, it seems this flag might be causing unintended interference with system packages during the installation process. By removing it, we aim to ensure a smoother installation experience for users without risking disruptions to their system packages.
The "--break-system-packages" flag is powerful, but it might be a bit too aggressive for our use case. This change is geared towards enhancing compatibility and minimizing potential conflicts, making the installation process more user-friendly.

Check issue #305 for more details about the error.

I removed the "--break-system-packages" flag from line 177 in install.sh. After some testing and consideration, it seems this flag might be causing unintended interference with system packages during the installation process. By removing it, we aim to ensure a smoother installation experience for users without risking disruptions to their system packages.
The "--break-system-packages" flag is powerful, but it might be a bit too aggressive for our use case. This change is geared towards enhancing compatibility and minimizing potential conflicts, making the installation process more user-friendly.

Check issue ultrasecurity#305 for more details.
@atharva39 atharva39 changed the title Update install.sh Updated install.sh regarding requirements.txt error Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant