[sage-support] Re: [sage-devel] probleme installing sage-7.2 on suse 13.2
Hello, Please ask for help on the sage-support mailing list or the ask forum (http://ask.sagemath.org). The problem comes from your repository "Téléchargements" which contains accents. Just move the sage directory somewhere else and relaunch make. from there. Vincent On 05/07/16 10:44, Chakir Hilmi wrote: Hi all, I'm triying to install sage-7.2 on suse 13.2, but when i launch de make command i have the following error telling me to contact you with joining the error message file : Error message : Traceback (most recent call last): File "./spkg-install", line 596, in rc = build_tuning() File "./spkg-install", line 537, in build_tuning rc = configure() File "./spkg-install", line 414, in configure make_check_enums() File "/home/hilmi/Téléchargements/sage-7.2/local/var/tmp/sage/build/atlas-3.10.2.p2/enums.py", line 201, in make_check_enums check_enums(output.decode('ascii')) *UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 42: ordinal not in range(128)* real0m5.086s user0m3.117s sys 0m1.250s Error installing package atlas-3.10.2.p2 Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file */home/hilmi/Téléchargements/sage-7.2/logs/pkgs/atlas-3.10.2.p2.log* Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /home/hilmi/Téléchargements/sage-7.2/local/var/tmp/sage/build/atlas-3.10.2.p2 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/home/hilmi/Téléchargements/sage-7.2/local/var/tmp/sage/build/atlas-3.10.2.p2' && '/home/hilmi/Téléchargements/sage-7.2/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. Makefile:1074: recipe for target '/home/hilmi/Téléchargements/sage-7.2/local/var/lib/sage/installed/atlas-3.10.2.p2' failed make[2]: *** [/home/hilmi/Téléchargements/sage-7.2/local/var/lib/sage/installed/atlas-3.10.2.p2] Error 1 make[2]: Leaving directory '/home/hilmi/Téléchargements/sage-7.2/build/make' Makefile:828: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/hilmi/Téléchargements/sage-7.2/build/make' real0m8.856s user0m6.227s sys 0m1.880s *** Error building Sage. -- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
[sage-support] Sharing files from Windows to a VM VirtualBox instance of Sage
Hello, I am running Sage-7.2 on Windows 10, using Oracle's VM VirtualBox 5.0.24. I am trying to use certain sqlite3 databases with Sage, specifically these: https://umich.app.box.com/s/syb99zthlg8mwj7wx2yjmrv8qou7pqkq/2/6427109949 but I am not able to upload or share a folder with the virtualbox so that I can see the files. I have tried to share a folder... in the virtualbox, under "Devices", in "Shared Folders", I've added a local folder, but when I go to http://localhost:8000/tree I don't see this folder. Alternatively, under the localhost tree I've tried to "Upload" a file directly, but these database files are too large and the limit seems to be 25MB per file upload. What am I doing wrong? How do I access these files? Thanks! Alvaro -- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
[sage-support] Re: Sharing files from Windows to a VM VirtualBox instance of Sage
I figured out that the page https://wiki.sagemath.org/SageAppliance/SageMath-7 is correct and the folder was mounted on /media/sf_... (although I can't see /media in the tree at localhost which confused me). And I can just connect to the database with the command sqlite3.connect("/media/sf_.../1e8db.sqlite3") for instance. So this is resolved! Best, Alvaro On Tuesday, July 5, 2016 at 4:55:41 PM UTC-4, Alvaro Lozano-Robledo wrote: > > Hello, > > I am running Sage-7.2 on Windows 10, using Oracle's VM VirtualBox 5.0.24. > I am trying to use certain sqlite3 databases with Sage, specifically these: > > https://umich.app.box.com/s/syb99zthlg8mwj7wx2yjmrv8qou7pqkq/2/6427109949 > > but I am not able to upload or share a folder with the virtualbox so that > I can see the files. I have tried to share a folder... in the virtualbox, > under "Devices", in "Shared Folders", I've added a local folder, but when I > go to http://localhost:8000/tree I don't see this folder. Alternatively, > under the localhost tree I've tried to "Upload" a file directly, but these > database files are too large and the limit seems to be 25MB per file upload. > > What am I doing wrong? How do I access these files? > > Thanks! > Alvaro > -- 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 sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.