On Friday, November 12, 2021 at 6:36:00 AM UTC Matthias Koeppe wrote:
> I have updated the instructions. Thanks - are these tested? I've changed the release version at the bottom, so that it does not look like something untouched since Sage 9.2 > > On Thursday, November 11, 2021 at 4:27:38 PM UTC-8 Matthias Koeppe wrote: > >> Invoking "setup.py install" is always wrong, it should not be used >> directly anymore. >> >> Try "pip install ." instead >> >> On Thursday, November 11, 2021 at 4:24:47 PM UTC-8 Dima Pasechnik wrote: >> >>> anyhow, Conda for Sage Developers needs updates. >>> Before doing >>> >>> cd src/ >>> python setup.py install >>> >>> one needs to do the same for a number of packages in >>> pkgs/ >>> >>> cd pkgs/sage-conf >>> python setup.py install >>> cd ../sage-setup >>> python setup.py install >>> >>> and I also did >>> >>> pip install memory-allocator >>> >>> because some of these was failing with an error there >>> >>> >>> Perhaps Matthias can tell us more about the precise order and need. >>> >>> >>> On Thu, Nov 11, 2021 at 11:56 PM Isuru Fernando <[email protected]> >>> wrote: >>> > >>> > I suggest running `conda activate sage-build` and then doing a `make >>> dist-clean`. >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups "sage-devel" 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-devel/CA%2B01voMXPYnm3FmYZYq-4fRWkB7ttBpABBbJ%3D6p_Yaw9mNAZKw%40mail.gmail.com. >>> >>> >>> >> -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel/4f1adcad-deae-4c45-8fb2-28d8a71c539fn%40googlegroups.com.
