-
Notifications
You must be signed in to change notification settings - Fork 24
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
python 3 support, ctypes error? #9
Comments
Partially figured this out - So this dosen't really have to do with python3 at all. I suspect it is some small different in implementation between the |
For python 3, I thought you needed pip3 rather than pip The above works for me on Ubuntu I'm no expert in python, but in my own experience I've found using pip / pip3 to be a better way to manage python packages over using apt. |
@IamSierraCharlie, I agree re: In my first post, I was actually trying to use the I now have it working, and like I said, I think the problem before was that the At this point I've reduced myself to only needing |
I am trying to build aravis and python-aravis in a python3 environment and I am getting a
ctypes.cast
error.I am on Ubuntu 16.04, and I installed python3.6 under conda. I was able to build aravis, and python-aravis with no errors (although I did have to monkey-patch aravis.py to
import pgi
instead ofimport gi
). I then run my test script which is this:When I run my test script I get this:
The text was updated successfully, but these errors were encountered: