fix issues for pip install -r#6
Open
tom-aa wants to merge 2 commits intolxyu:masterfrom
tom-aa:pip_installation_fix
Open
fix issues for pip install -r#6tom-aa wants to merge 2 commits intolxyu:masterfrom tom-aa:pip_installation_fix
tom-aa wants to merge 2 commits intolxyu:masterfrom
tom-aa:pip_installation_fix
Conversation
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.
Greetings, this is tom.
I found an issues when install supervisor-quick and supervisor in one requirements.txt, could you help to review? thanks
tom:~ tom$ cat requirements.txt
supervisor==3.0a12
supervisor-quick==0.1.4
tom:~ tom$ sudo pip install -r requirements.txt
Collecting supervisor==3.0a12 (from -r requirements.txt (line 1))
Downloading supervisor-3.0a12.tar.gz (438kB)
100% |████████████████████████████████| 440kB 493kB/s
Collecting supervisor-quick==0.1.4 (from -r requirements.txt (line 2))
Downloading supervisor-quick-0.1.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-build-KYbVfm/supervisor-quick/setup.py", line 8, in
version=import("supervisor_quick").version,
File "/private/tmp/pip-build-KYbVfm/supervisor-quick/supervisor_quick.py", line 10, in
from supervisor.supervisorctl import ControllerPluginBase
ImportError: No module named supervisor.supervisorctl
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-KYbVfm/supervisor-quick/