Open
Conversation
JasonLovesDoggo
requested changes
Apr 23, 2024
Collaborator
JasonLovesDoggo
left a comment
There was a problem hiding this comment.
Correct me if i'm wrong but pipx install does not have a -r arg.
…encies using pipx individually
Author
i've addressed it in the lastest commit |
Collaborator
|
On Arch: Installing...
Continue? (y/n)
y
Installing all
Installing required packages
warning: python-3.12.3-1 is up to date -- skipping
warning: python-pipx-1.5.0-2 is up to date -- skipping
warning: tk-8.6.14-3 is up to date -- skipping
warning: git-2.45.0-1 is up to date -- skipping
there is nothing to do
usage: python -m ensurepip [-h] [--version] [-v] [-U] [--user] [--root ROOT] [--altinstall] [--default-pip]
python -m ensurepip: error: unrecognized arguments: unzip
Installation failed |
Author
this appears to be an error due to fault in arch's dep install function, latest commit fixed it. idk why the previous author tried to put |
cyteon
requested changes
May 13, 2024
| DEP_LIST=./RedditVideoMakerBot-master/requirements.txt | ||
| if [[ -f $DEP_LIST ]]; then | ||
| while read -r DEPS; do | ||
| pipx install $DEPS |
Collaborator
There was a problem hiding this comment.
Not tested on other distros, but on arch at least, pipx install packagename prints out an error for most packages:
No apps associated with package packagename. Try again with '--include-deps' to include apps of dependent
packages, which are listed above. If you are attempting to install a library, pipx should not be used.
Consider using pip or a similar tool instead.
Co-authored-by: Cyteon <129582290+Cyteon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
fixed #1994 which raised an error due to (pep 668)[https://peps.python.org/pep-0668/], however, instead of using the
--break-system-packagesflag to override the error, i thikn using pipx is a better solution.there are other minor improvements made, but not biggy
Issue Fixes
#1994
Checklist:
Any other information (e.g how to test the changes)
just run the script into ubuntu or other distro, should work, havent tested it tho