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

python3 support stp? #426

Open
AhYaaaaas opened this issue May 22, 2022 · 1 comment
Open

python3 support stp? #426

AhYaaaaas opened this issue May 22, 2022 · 1 comment

Comments

@AhYaaaaas
Copy link

when i installed ,i found that stp just add into python2/lib. while,my sys has python3 and i prefer to use python3.so, i want to know whether python3 support stp or not? how can i add it into python3/lib? just copy files from py2/lib to py3/lib ?
thanks for your answer!

@msoos
Copy link
Member

msoos commented Aug 7, 2022

Hi,

I think you have BOTH Python2 and Python3 installed. Further, I believe your default python is Python2. Then the build system generates the Python2 STP rather than the Python3 STP module. In my system, it generates Python3 rather than Python2 module (even though I have both installed). Please make Python 3 your default Python, perhaps only for the build of STP(check by executing python --version). Then it will build the Python 3 module. Perhaps we should remove the Python 2 support, though.

Let me know if the above helped,

Mate

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