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

Could not find SIP during build? #191

Closed
eugval opened this issue Aug 27, 2019 · 2 comments
Closed

Could not find SIP during build? #191

eugval opened this issue Aug 27, 2019 · 2 comments

Comments

@eugval
Copy link

eugval commented Aug 27, 2019

Hello,

I am trying to follow the steps described in this issue in order to get a PyKDL binding with python3 as the one I installed through ros only imports correctly with python2 .

I cloned the master branch in this repository and followed step by step the procedure described in the thread:
image

When building python_orocos_kdl, I get the following error:
image

I have installed SIP with pip3 : pip3 install --user SIP .
When I also type : pip install --user SIP, but I the following :
image

my PYTHONPATH is the following:
image

I also seem to have sip in my system:
image

Also:
image

I am quite confused about this, I suspect I am having a path issue but I cannot figure it out!

I would greatly appreciate any help understanding what is happening here, and how can I fix this as I am stuck trying to build the package!

@eugval eugval changed the title Could not find SIP Could not find SIP during build? Aug 27, 2019
@eugval
Copy link
Author

eugval commented Aug 27, 2019

My issue seemed to be that SIP was compiled and installed for python2, not python3.

This has nothing to do with the pip package that is just a binding (Please correct me if I'm wrong).

To install SIP for python3, I followed the instructions in here.

After this, the build worked!

@MatthijsBurgh
Copy link
Collaborator

please close this issue

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