On Thu, Mar 4, 2021 at 2:16 PM 'Akshat Agrawal' via sage-support <[email protected]> wrote: > > After reading the "configure" file in SAGE_ROOT directory, I found that due > to some packages, Python3 is installing again. > > Here I am stating that specific code: > > ```{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether any of sqlite > libpng bzip2 xz libffi is installed as or will be installed as SPKG" >&5 > $as_echo_n "checking whether any of sqlite libpng bzip2 xz libffi is > installed as or will be installed as SPKG... " >&6; } > if test x = y -o x$sage_spkg_install_sqlite = xyes -o > x$sage_spkg_install_libpng = xyes -o x$sage_spkg_install_bzip2 = xyes -o > x$sage_spkg_install_xz = xyes -o x$sage_spkg_install_libffi = xyes; then : ``` > > And after running ./configure, I see that out of these 5 packages, libpng and > bzip2 are not being recognized even though they are installed already in my > system. > Packages on your system need not always be used by conda, sometmes conda installs its own packages (e.g. this is often the case with compilers). Cf. https://doc.sagemath.org/html/en/installation/source.html#notes-on-using-anaconda-miniconda
One way to make sure that all the conda packages needed to build Sage are installed is to install conda's Sage. > Maybe the difference in version is the problem, but I am not able to find the > correct version. So, as of now, I am stuck at this point. Please suggest if > you have any solution for this. > > On Thursday, March 4, 2021 at 7:13:34 PM UTC+5:30 [email protected] wrote: >> >> On Thu, Mar 4, 2021 at 11:18 AM 'Akshat Agrawal' via sage-support >> <[email protected]> wrote: >> > >> > Well, I was simply using the command "make". It started to install python >> > itself. I already have Python-3.8.5 installed in my Anaconda Environment. >> > Can you please tell me how should I skip this python installation? >> >> Actually, I am not sure whether under Anaconda it is going to work at >> all. Please have a look at >> https://doc.sagemath.org/html/en/installation/conda.html >> >> As you see, you can install and run Sage 9.2 under conda without any >> compiling at all. >> As well, in this environment you can build Sage from source. >> >> Whether the commercial Anaconda environment would work, I don't know. >> Perhaps you need to add extra channels... >> >> Please post the top-level config.log - so that we can see what is >> happening with your build. >> >> > >> > On Thursday, March 4, 2021 at 3:39:13 AM UTC+5:30 [email protected] wrote: >> >> >> >> >> >> >> >> On Wed, 3 Mar 2021, 22:05 'Akshat Agrawal' via sage-support, >> >> <[email protected]> wrote: >> >>> >> >>> Dear All, >> >>> >> >>> I am trying to set up Sage-9.2 on by Ubuntu 18.04 on Anaconda. But I am >> >>> stuck at a point. >> >>> Please find attached the error log file. >> >>> >> >>> It will be very helpful if I can get a solution to this problem. >> >> >> >> >> >> why would you need to build python, rather than use one you can install >> >> on the system, or into your conda environment? >> >> >> >>> >> >>> Thanks & Regards, >> >>> >> >>> -- >> >>> 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/f5fadf6a-8f04-4919-8aa8-2b6495031119n%40googlegroups.com. >> > >> > -- >> > 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/8e857a82-ef11-4a0d-bb20-9a66244b3a05n%40googlegroups.com. > > -- > 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/86fbc533-0538-41ba-bfa1-3ba979e7687bn%40googlegroups.com. -- 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/CAAWYfq0ZXTMKi4gvc57mgcX4%3DdzySzc%3DM8sUh_b9Kuo47nufEg%40mail.gmail.com.
