-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: lzma is a required part of python, make it optional #27882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
TomAugspurger
merged 20 commits into
pandas-dev:master
from
guilherme-salome:lzma-compression-optional
Aug 19, 2019
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c1a5326
Importing lzma when Python has been compiled without its support will
guilherme-salome f9b420b
Substituted import lzma to call to import_lzma
guilherme-salome 998b5aa
Calls to lzma module will raise a RuntimeError.
guilherme-salome 6c53d80
Formatted with black.
guilherme-salome 2415e1f
Raise RuntimeError when calling a method of lzma when lzma is not ava…
guilherme-salome 52cb8ed
Release not explaining solution to #27575.
guilherme-salome 3401cd5
Moved import warnings to top.
guilherme-salome 10fecae
Added test for import lzma. Test passes when lzma is not available and
guilherme-salome c79e31b
Improved explanation of solution to #27575.
guilherme-salome f22bf4f
Merge branch 'master' of https://github.com/pandas-dev/pandas into lz…
guilherme-salome 68de9de
Fixed isort.
guilherme-salome 7656b34
Removed remains from a merge.
guilherme-salome e74dc30
Moved I/O and LZMA bug fix to a separate section.
guilherme-salome 881fc12
Unecessary import.
guilherme-salome 2e4e422
Updated RuntimeError message to alert user that a re-install might be…
guilherme-salome 351d8e4
Moved the check `lzma is None` to a function, which also raises
guilherme-salome ea0fd69
Removed bulletpoints.
guilherme-salome d65110d
Added test that fails at Runtime when lzma module not available. Test
guilherme-salome 18405a6
Modified runtime test to make direct call to pandas function.
guilherme-salome af64991
Added docstring.
guilherme-salome File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.