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

Which .so files will produce after excuting setup.py? #1

Open
huHHhhuhu opened this issue Mar 7, 2016 · 4 comments
Open

Which .so files will produce after excuting setup.py? #1

huHHhhuhu opened this issue Mar 7, 2016 · 4 comments

Comments

@huHHhhuhu
Copy link

Dear Flavio,

Thank you for providing this package !
However, I encountered problems in installation. (on Linux)
So, I'm wondering which .so files will produce after excuting setup.py ?

Appreciate !

Sincerely yours,
David

@flaviovdf
Copy link
Owner

Hi,

I'm not sure I understand your question. Do you want to know which .so files are created? If so, why?

@huHHhhuhu
Copy link
Author

Hi Flavio,

Yes, I want to know which .so files will be created after excuting setup.py.
Because the automatic compilation procedure on my Linux will fail and I want to create these .so manually.

This is my problem report:
https://docs.google.com/document/d/1HK5cUr6E6fI7PNTpLAMO12mSdV1J-xoQ-KRl_MQGU-I/edit?usp=sharing

@flaviovdf
Copy link
Owner

First, I fixed the GCC issue. I was using gcc-5 because of my mac env.

Second, I see your problem, sorry about it. It is related to the project
structure.

Instead of:

sudo python setup.py install

Just use:

make

This way, the main script will work.

Flavio

On Tue, Mar 8, 2016 at 3:51 AM, David [email protected] wrote:

Hi Flavio,

Yes, I want to know which .so files will be created after excuting
setup.py.
Because the automatic compilation procedure on my Linux will fail and I
want to create these .so manually.

This is my problem report:

https://docs.google.com/document/d/1HK5cUr6E6fI7PNTpLAMO12mSdV1J-xoQ-KRl_MQGU-I/edit


Reply to this email directly or view it on GitHub
#1 (comment).

@huHHhhuhu
Copy link
Author

Hi flaviovdf,

It works and thanks a lot!

@huHHhhuhu huHHhhuhu reopened this Mar 15, 2016
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

2 participants