Skip to content
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

fixed snappy install issue on Mac #1010

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

jacob-buehler
Copy link
Contributor

Fixed issue #970

Problem Statement
Current documentation step does not yield successful setup of snappy.
Section referenced in documentation - https://capitalone.github.io/DataProfiler/docs/0.10.1/html/install.html#snappy-installation

Proposed Solution
Update documentation as per the official procedure on python-snappy.
Reference - https://github.com/andrix/python-snappy#frequently-asked-questions

brew install snappy && CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install python-snappy

@taylorfturner taylorfturner added the Documentation Improvements or additions to documentation label Aug 7, 2023
@micdavis micdavis merged commit 2b1399b into capitalone:dev-gh-pages Aug 7, 2023
taylorfturner pushed a commit that referenced this pull request Aug 7, 2023
* fixed snappy install issue (#1010)

* Update docs to 0.10.3 (#1011)

* Add docs to `multiprocess` option in StructuredOptions. (#999) (#1001)

* Update multiprocess docs.

* Default settings added to docs

* Fix hyperlink to profiler options  (#1003)

* update

* EOF line

* Add docs for `num_quantiles` option for histogram_and_quantiles. (#991) (#993)

* Add docs for `num_quantiles` option for histgram_and_quantiles.

* Slight readability change

* 0.10.3 generation of docs round 4

---------

Co-authored-by: clee1152 <chrislee011502@gmail.com>
Co-authored-by: jacob-buehler <86370501+jacob-buehler@users.noreply.github.com>

---------

Co-authored-by: jacob-buehler <86370501+jacob-buehler@users.noreply.github.com>
Co-authored-by: clee1152 <chrislee011502@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants