Closed GordonSo closed 3 years ago
OK, I see the tests are coupled to mmh3 too, I can fix this. But before I do, can I get a confirmation this is the right path to go down, please?
Hi @GordonSo, We are actively working on it, will get back to you once we are done with our research and decision. @Mat001 FYI.
Closing this as it will be fixed by: https://github.com/optimizely/python-sdk/pull/362
Summary
What: This PR is to remove the mmh3 package dependency thus c++ requirement on the build environment. See discussion: in ISSUE-232, https://github.com/optimizely/python-sdk/issues/232#issue-542968370
Why: Windows OS developers are having to install c++ in order to use the package. It would be ideal to keep the code extendible at the import level but optional by choice for those who need it.
Test plan
Issues