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 load the default wrapper #38

Open
robvoi opened this issue Mar 3, 2015 · 2 comments
Open

Could not load the default wrapper #38

robvoi opened this issue Mar 3, 2015 · 2 comments

Comments

@robvoi
Copy link

robvoi commented Mar 3, 2015

I get the error " UserWarning: Could not load the default wrapper for your platform: cpy, performance may be affected!".
Can and should I do something about it?

@stereoit
Copy link

stereoit commented Jun 1, 2015

Hi, the problem for me was the extension did not compile during python setup install. I needed to install python dev libraries and then it works. Hope it helps.

@ryanbahneman
Copy link

Are you in a virtual environment?
I found that I could install with my system pip, but using the virtualenv pip failed. I believe it's an include directory issue, but I don't have enough knowledge to fix it.

Like @stereoit said, if you want to use it in a virtualenv, check out the code, build it locally, then pip install the local copy.

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