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

Does not work with py3 / sage 9.0 #37

Open
mkoeppe opened this issue Feb 10, 2020 · 5 comments
Open

Does not work with py3 / sage 9.0 #37

mkoeppe opened this issue Feb 10, 2020 · 5 comments

Comments

@mkoeppe
Copy link
Member

mkoeppe commented Feb 10, 2020

No description provided.

@VivianePons
Copy link
Collaborator

Indeed, i am trying to update my own package and I will fix this one as well. Is there any example of a python3 sage package that I could look at?

@VivianePons
Copy link
Collaborator

I have some issues with Sphinx conf file especially

@zerline
Copy link
Collaborator

zerline commented Mar 25, 2020

Do you have unicode(some_string) in your conf.py? If so, you can

from six import text_type

and replace your unicode occurrences by text_type

@mkoeppe
Copy link
Member Author

mkoeppe commented Mar 25, 2020

Unfortunately sage_sample appears to be unmaintained. It is even unclear who is the maintainer.

Here's a package that works: https://github.com/mkoeppe/sage-numerical-interactive-mip

@egourgoulhon
Copy link
Member

In case this is still usefull (sorry I am discovering this thread and especially Viviane message only today), I have adapted the Sage package kerrgeodesic_gw (https://github.com/BlackHolePerturbationToolkit/kerrgeodesic_gw) to make it work with Python 3 and Sage >= 9.0. This package was constructed from sage_sample, so I guess the changes made to it can be applied to sage_sample too.

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

4 participants