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

verbose=True option to QEPCAD results in TypeError #37519

Open
2 tasks done
maxale opened this issue Mar 2, 2024 · 0 comments
Open
2 tasks done

verbose=True option to QEPCAD results in TypeError #37519

maxale opened this issue Mar 2, 2024 · 0 comments
Labels

Comments

@maxale
Copy link
Contributor

maxale commented Mar 2, 2024

Steps To Reproduce

Run the code:

qepcad(x^3 - x == 0, solution='any-point', verbose=True)

Expected Behavior

The output on the screen should be similar to what is produces by

qepcad(x^3 - x == 0, solution='any-point', logfile='/dev/stdout')

whose output starts with

=======================================================
                Quantifier Elimination                 
                          in                           
            Elementary Algebra and Geometry            
...

Actual Behavior

Currently verbose=True results in the error:

TypeError: write() argument must be str, not bytes

Additional Information

No response

Environment

- **OS**: Ubuntu 22.04.4 LTS
- **Sage Version**: 10.3.beta7

Checklist

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
  • I have read the documentation and troubleshoot guide
@maxale maxale added the t: bug label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant