We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing smop, I am getting the following error (presumably simply an old py2 print statement):
byte-compiling build\bdist.win-amd64\egg\smop\test_primes.py to test_primes.cpython-38.pyc File "build\bdist.win-amd64\egg\smop\test_primes.py", line 2 print liboctave.primes(10000) ^ SyntaxError: invalid syntax byte-compiling build\bdist.win-amd64\egg\smop\test_solver.py to test_solver.cpython-38.pyc
The text was updated successfully, but these errors were encountered:
@victorlei I believe vast majority of people already moved to Python3. I suggest to fix this, others similar change Makefile accordingly.
Sorry, something went wrong.
No branches or pull requests
When installing smop, I am getting the following error (presumably simply an old py2 print statement):
The text was updated successfully, but these errors were encountered: