Skip to content

publish python sdk as sdist too#68

Merged
smacker merged 1 commit intosrc-d:masterfrom
smacker:publish_python_sdk_as_sdist_too
Jan 11, 2019
Merged

publish python sdk as sdist too#68
smacker merged 1 commit intosrc-d:masterfrom
smacker:publish_python_sdk_as_sdist_too

Conversation

@smacker
Copy link
Copy Markdown
Contributor

@smacker smacker commented Jan 11, 2019

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

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>
@smacker smacker requested a review from a team January 11, 2019 15:26
@smacker smacker merged commit 5b6bda9 into src-d:master Jan 11, 2019
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.

3 participants