Re: [sage-devel] About python2 vs python3 package versions

2019-07-13 Thread Dima Pasechnik
I think we as well should build either only Python2 or only Python3, and do not try to do both in the same build. (while having both in the same build might be marginally useful, it's too messy to maintain IMHO) On Sat, Jul 13, 2019 at 12:19 PM Vincent Delecroix <20100.delecr...@gmail.com> wrote:

Re: [sage-devel] About python2 vs python3 package versions

2019-07-13 Thread Vincent Delecroix
Dear Antonio, First of all: thank for your work for Sage on archlinux! I like very much to have SageMath together with my system Python environment. Many developers are actually using Sage with Python3 (as I do). Also a Python3 version of Sage is available on conda-forge. There was also some eff

[sage-devel] About python2 vs python3 package versions

2019-07-13 Thread Antonio Rojas
Hi all, Today I tested building Sage on Arch against our python3 packages. Not surprisingly, it failed to even start. This is due to our python3 ipython package being at version 7 already, with includes some API changes that require some porting in Sage. More and more python modules are comp