On Sat, Nov 13, 2021 at 10:42 PM Simon King <[email protected]> wrote: > I have some Sage installation on one laptop, including many branches. > Now I want to move on a different laptop, keeping these branches. > > I tried to do something like "cp -r", then checking out the latest > development version. I think it worked so far. But, when trying "make > distclean" or "make", I get a lot of AssertionErrors:
hmm, if you really checked out the latest version and have done `make distclean`, then it should have worked (it does work, you know). Do you mean to say that you merged in (or rebased over) the latest develop branch, and getting errors trying to build? Dima > Apparently > sage_bootstrap/package.py expects the package types 'base', > 'standard', 'optional' or 'experimental', but nowadays many packages > have the type 'pip'. > > How to find out what went wrong? And: What would be the recommended way > to get a working Sage installation on the new laptop that can use my old > branches? > > Best regards, > Simon > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-support/smpf07%24588%241%40ciao.gmane.io. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/CAAWYfq3dmbb49g3TgoXi%3DhH38zVRTgmT1W0v7bY1bAxj-BfHHg%40mail.gmail.com.
