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

using pip install . but not work (c file missing) #9

Open
NozomiWyane opened this issue Jun 15, 2018 · 2 comments
Open

using pip install . but not work (c file missing) #9

NozomiWyane opened this issue Jun 15, 2018 · 2 comments

Comments

@NozomiWyane
Copy link

creating build/temp.linux-x86_64-2.7/slda
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/home/cdp/.local/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/usr/include/python2.7 -c slda/_topic_models.c -o build/temp.linux-x86_64-2.7/slda/_topic_models.o
x86_64-linux-gnu-gcc: error: slda/_topic_models.c:no such file or directory

I search slda directory but there is no such file in it.

@TracyYXChen
Copy link

Met this situation too

@ldlgds2
Copy link

ldlgds2 commented Dec 30, 2021

I just circumvented it running Cython slda/_topic_models.pyx.
It generated the .c file.

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

No branches or pull requests

3 participants