You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: