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

Error installing #8

Closed
M0rtenB opened this issue Jan 22, 2015 · 1 comment
Closed

Error installing #8

M0rtenB opened this issue Jan 22, 2015 · 1 comment

Comments

@M0rtenB
Copy link

M0rtenB commented Jan 22, 2015

I get this error, either with pip og setup.py. Using brewed Python 2.7.9 or 3.4.2 on OS X 10.10.


ImportError Traceback (most recent call last)
in ()
----> 1 import pypuzzle

ImportError: dlopen(/usr/local/lib/python3.4/site-packages/pypuzzle.so, 2): Symbol not found: _PyInt_AsLong
Referenced from: /usr/local/lib/python3.4/site-packages/pypuzzle.so
Expected in: flat namespace
in /usr/local/lib/python3.4/site-packages/pypuzzle.so

@ArchangelSDY
Copy link
Owner

It looks like this error is generated in a Python 3.4 environment. Since PyPuzzle hasn't been ported to Python 3.x yet, you may have to force a Python 2 environment using tools like virtualenv (virtualenv -p python2).

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