Skip to content

“Fix import error and add autodetection for missing Requests library”#66

Open
CipherNinja wants to merge 1 commit intoHACK3RY2J:masterfrom
CipherNinja:pkgnotfound-fix
Open

“Fix import error and add autodetection for missing Requests library”#66
CipherNinja wants to merge 1 commit intoHACK3RY2J:masterfrom
CipherNinja:pkgnotfound-fix

Conversation

@CipherNinja
Copy link
Copy Markdown

In this commit, I addressed an issue where the program failed to import the Requests library. I added a feature to automatically detect if the library is missing and install it using os.system("python -m pip install requests"). Now the program will handle the import error gracefully and ensure that the necessary package is available. 🚀🔧

… then i added a feature to autodetect the library. if not found then os will install the package
Copy link
Copy Markdown

@Arya182-ui Arya182-ui left a comment

Choose a reason for hiding this comment

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

Looks good to me.Looks good to me.

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