-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Last proposals / install issue on conda / questions #18
Comments
This is the yml file I have tested on my machine: |
That's not good. Could you open a SymPy issue about that? Note that
Wow. Thank him for his great thesis. The Gruntz algorithm was the first thing Ondřej implemented in SymPy back in ~2005 and having a sophisticated nontrivial algorithm implemented from the start really helped make SymPy useful for people.
Thanks, I didn't realize it wasn't on the defaults channel yet. Everything should work with older SymPy, but we've only tested the notebooks with 1.12 so it's best if everyone uses that if possible. |
Will do.
Have done immediately ;) |
Dominik sends greetings back. He says he's also proud that his algorithm is implemented in SymPy, after all it does not happen a lot that the results of a PhD dissertation are actually used ;) |
I looked through everything a last time, and have found a few things:
from sympy import *
quite far down the lineinit_printing()
consistently hangs my kernel. Without it, no problems.One problem may come with the installation in conda. SymPy 1.12 is only on conda-forge, as far as I can see, so your recommendation may not work for all anaconda users. It will depend on the channel order they have set.
I recommend to disambiguate this by creating a file
requirements.yml
with the contents
and let users install it with
All the best for tomorrow! I wish I could be there :)
The text was updated successfully, but these errors were encountered: