fix sh command failing from syntax error.#881
Open
heeeeeeeeeeh wants to merge 1 commit intozanllp:mainfrom
Open
fix sh command failing from syntax error.#881heeeeeeeeeeh wants to merge 1 commit intozanllp:mainfrom
heeeeeeeeeeh wants to merge 1 commit intozanllp:mainfrom
Conversation
the failure in question: Python 3.10.7 (main, Oct 3 2022, 02:19:58) [Clang 14.0.3 ] Version: f2.0.1v1.10.1-previous-669-gdfdcbab6 Commit hash: dfdcbab685e57677014f05a3309b48cc87383167 Installing requirements Installing sd-webui-infinite-image-browsing requirement: av>=14,<15 Couldn't install sd-webui-infinite-image-browsing requirement: av>=14,<15. Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install av>=14,<15 --prefer-binary Error code: 1 stderr: /bin/sh: line 1: 15: No such file or directory Warning: Failed to install av>=14,<15, something may not work. Installing sd-webui-infinite-image-browsing requirement: requests>=2.0.0,<3.0.0 Couldn't install sd-webui-infinite-image-browsing requirement: requests>=2.0.0,<3.0.0. Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install requests>=2.0.0,<3.0.0 --prefer-binary Error code: 1 stderr: /bin/sh: line 1: 3.0.0: No such file or directory Warning: Failed to install requests>=2.0.0,<3.0.0, something may not work. Installing sd-webui-infinite-image-browsing requirement: numpy>=2.0.0,<3.0.0 Couldn't install sd-webui-infinite-image-browsing requirement: numpy>=2.0.0,<3.0.0. Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install numpy>=2.0.0,<3.0.0 --prefer-binary Error code: 1 stderr: /bin/sh: line 1: 3.0.0: No such file or directory Warning: Failed to install numpy>=2.0.0,<3.0.0, something may not work. Installing sd-webui-infinite-image-browsing requirement: hnswlib>=0.0.0,<1.0.0 Couldn't install sd-webui-infinite-image-browsing requirement: hnswlib>=0.0.0,<1.0.0. Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install hnswlib>=0.0.0,<1.0.0 --prefer-binary Error code: 1 stderr: /bin/sh: line 1: 1.0.0: No such file or directory Could not test the change bc my sd-webui forge is borken rn. I can if you want test after I finish fixing my webui
Owner
|
Thank you for your PR. However, this issue has already been addressed in #882. Feel free to give it another try. |
Author
|
I accidentally nuked my neovim config, So I won't be messing around sd webui for awhile. |
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.
the failure in question:
Python 3.10.7 (main, Oct 3 2022, 02:19:58) [Clang 14.0.3 ] Version: f2.0.1v1.10.1-previous-669-gdfdcbab6
Commit hash: dfdcbab685e57677014f05a3309b48cc87383167 Installing requirements
Installing sd-webui-infinite-image-browsing requirement: av>=14,<15 Couldn't install sd-webui-infinite-image-browsing requirement: av>=14,<15. Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install av>=14,<15 --prefer-binary Error code: 1
stderr: /bin/sh: line 1: 15: No such file or directory
Warning: Failed to install av>=14,<15, something may not work.
Installing sd-webui-infinite-image-browsing requirement: requests>=2.0.0,<3.0.0
Couldn't install sd-webui-infinite-image-browsing requirement: requests>=2.0.0,<3.0.0.
Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install requests>=2.0.0,<3.0.0 --prefer-binary
Error code: 1
stderr: /bin/sh: line 1: 3.0.0: No such file or directory
Warning: Failed to install requests>=2.0.0,<3.0.0, something may not work.
Installing sd-webui-infinite-image-browsing requirement: numpy>=2.0.0,<3.0.0
Couldn't install sd-webui-infinite-image-browsing requirement: numpy>=2.0.0,<3.0.0.
Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install numpy>=2.0.0,<3.0.0 --prefer-binary
Error code: 1
stderr: /bin/sh: line 1: 3.0.0: No such file or directory
Warning: Failed to install numpy>=2.0.0,<3.0.0, something may not work.
Installing sd-webui-infinite-image-browsing requirement: hnswlib>=0.0.0,<1.0.0
Couldn't install sd-webui-infinite-image-browsing requirement: hnswlib>=0.0.0,<1.0.0.
Command: "/home/silve/stable-diffusion-webui-forge/venv/bin/python" -m pip install hnswlib>=0.0.0,<1.0.0 --prefer-binary
Error code: 1
stderr: /bin/sh: line 1: 1.0.0: No such file or directory
Could not test the change bc my sd-webui forge is borken rn. I can if you want test after I finish fixing my webui