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 don't think this resolves the issue (yeah, i'm a hard-switch-to-3 advocate), but i'm also not exactly proficient in what exactly is going awry here. I am missing a (cmake?) argument to make sure which interpreter is used.
The system chose 3.6 here by default (without any venv, running it within a 2.7 venv doesn't help!) - so either the code should work with that or the default selection is bad and should've announce the problem :)
I have looked into this. I have found that in Python3, the PyString_FromString method was updated to PyBytes_FromString. In Python3.2+ the PyString_FromString method was removed. I have updated the repository to choose the correct method depending on which Python interpreter CMake selects.
I was trying to install your package, but when running
make
I encountered the following.Any thoughts on resolving?
The text was updated successfully, but these errors were encountered: