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

Adds script install_requirements_manual that attempts to install all … #436

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

Conversation

pjourney
Copy link

@pjourney pjourney commented Mar 13, 2024

Adds more universal requirements install script named install_requirements_manual.py

This new script notably provides a more straightforward approach to requirements installation for MacOS users.

The new script attempts to read all requirements from the requirements.txt file in the same directory as the script and install them using Python's pip package manager.

The script provides progress indicators of package installments and a table summarizing which requirements were installed, now installed, or failed to install.

…python requirements from requirements.txt of same directory. Provides table view of installed, already installed, not installed requirements at end of script
Copy link

@RahulVadisetty91 RahulVadisetty91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re3233

Incorrect platform comparison: In the should_install function, there’s a minor mistake in checking the platform for win32. It should compare with 'windows' instead of 'win32'. The line Should be:

elif platform_condition.group(1) == 'win32' and not current_platform == 'win32':

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.

2 participants