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

Stick to one version of python #5

Open
jadonk opened this issue Aug 8, 2018 · 2 comments
Open

Stick to one version of python #5

jadonk opened this issue Aug 8, 2018 · 2 comments

Comments

@jadonk
Copy link

jadonk commented Aug 8, 2018

Is there any reason you can't stick to Python >3.5?

@zeekhuge
Copy link

zeekhuge commented Aug 9, 2018

@AnirbanBanik1998 Regarding your confusion on this, I think what @jadonk wants is to stick to the same version of python for both building the pocketsphinx/sphinxbase and your code.

Is that right @jadonk ?

If that is the case, this is what you can do :
The ./autogen script checks for the default version of python on the system and configures the pocketsphinx and sphinxbase Makefile to use that version of python (you can check the default version using python -V). A way to do this probably will be to check the python version in your setup file and constraint it to be >3.5.

@jadonk
Copy link
Author

jadonk commented Aug 20, 2018

yes, that's right.

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