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

Fix gensim build (docs & pyemd issues) #2318

Merged
merged 25 commits into from
Jan 7, 2019
Merged

Fix gensim build (docs & pyemd issues) #2318

merged 25 commits into from
Jan 7, 2019

Conversation

menshikh-iv
Copy link
Contributor

@menshikh-iv menshikh-iv commented Jan 7, 2019

Current PR fix our build, we have 2 issues now

  1. pyemd not compiled properly when installed (sometimes) and raise numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216.
    Solution: implement correct skipping if import failed
  2. sphinx have some issues (related to autodoc + imports and programoutput plugins).
    Solution: extend sys.path + pre-compile binaries before build an documentation.

@menshikh-iv menshikh-iv merged commit 9c5215a into develop Jan 7, 2019
@menshikh-iv menshikh-iv deleted the fix-build branch January 7, 2019 13:07
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.

1 participant