publish python sdk as sdist too#68
Merged
smacker merged 1 commit intosrc-d:masterfrom Jan 11, 2019
smacker:publish_python_sdk_as_sdist_too
Merged
publish python sdk as sdist too#68smacker merged 1 commit intosrc-d:masterfrom smacker:publish_python_sdk_as_sdist_too
smacker merged 1 commit intosrc-d:masterfrom
smacker:publish_python_sdk_as_sdist_too
Conversation
If you try to install lookout-sdk using pip with non-default installation options, it will disable wheels and the installation will fail. Example: $ pip3 install --install-option="--prefix=/install" lookout==0.3.0 /usr/local/lib/python3.6/site-packages/pip/commands/install.py:194: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options. cmdoptions.check_install_build_global(options) Collecting lookout==0.3.0 Cache entry deserialization failed, entry ignored Could not find a version that satisfies the requirement lookout==0.3.0 (from versions: 0.0.1) No matching distribution found for lookout==0.3.0 Signed-off-by: Maxim Sukharev <max@smacker.ru>
se7entyse7en
approved these changes
Jan 11, 2019
carlosms
approved these changes
Jan 11, 2019
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.
If you try to install lookout-sdk using pip with non-default
installation options, it will disable wheels and the installation will
fail.
Example:
Signed-off-by: Maxim Sukharev max@smacker.ru