Storm-Breaker icon indicating copy to clipboard operation
Storm-Breaker copied to clipboard

Updated install.sh regarding requirements.txt error

Open atharva39 opened this issue 7 months ago • 1 comments

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.

atharva39 avatar Jan 16 '24 17:01 atharva39