[sagelib-9.0.beta6] Traceback (most recent call last):
[sagelib-9.0.beta6] File "setup.py", line 22, in <module>
[sagelib-9.0.beta6] import fpickle_setup
[sagelib-9.0.beta6] File "/home/slabbe/GitBox/sage/src/fpickle_setup.py", line 8, in <module>
[sagelib-9.0.beta6] from six.moves import copyreg
[sagelib-9.0.beta6] ModuleNotFoundError: No module named 'six'
--
You received this message because you are subscribed to the Google Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/205aa5f6-4584-4f69-9446-5d9a6c6b41d5%40googlegroups.com.
[2019-11-18 14:22:10] SageMath version 9.0.beta6, Release Date: 2019-11-18
Yes, Sage starts.
real 257m11.634s
user 280m20.436s
sys 31m35.438s
Sage build/upgrade complete!
On Tue, Nov 19, 2019 at 1:59 PM E. Madison Bray <erik...@gmail.com> wrote:
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-r...@googlegroups.com.
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: matplotlib-2.2.4.p0
log file: /Users/Masson/Downloads/GitHub/sage/logs/pkgs/matplotlib-2.2.4.p0.log
build directory: /Users/Masson/Downloads/GitHub/sage/local/var/tmp/sage/build/matplotlib-2.2.4.p0
In the attached log, it says that libpng is not installed. I've never seen this error before, but I didn't think I'd have to install anything manually that was mandatory for the build. Thoughts?
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-r...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/8aa8a9a8-1cb5-4d54-bb08-188f02dfd78f%40googlegroups.com.
otool -L local/lib/libgd.dylib
local/lib/libgd.dylib:
/Users/Masson/Downloads/GitHub/sage/local/lib/libgd.3.dylib (compatibility version 4.0.0, current version 4.0.0)
/usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
/Users/Masson/Downloads/GitHub/sage/local/lib/libfreetype.6.dylib (compatibility version 23.0.0, current version 23.1.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1281.0.0)
And the second:
libpng-config --prefix
/usr/local/Cellar/libpng/1.6.34
> > To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/4739aecd-5670-425c-b30b-2158db34bebf%40googlegroups.com.
libpng-config --cflags
-I/usr/local/Cellar/libpng/1.6.34/include/libpng16
libpng-config --ldflags
-L/usr/local/Cellar/libpng/1.6.34/lib -lpng16
Guess I'll do a manual install with Homebrew unless there is a better idea.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/dfc961b1-4cf5-4922-b77d-16b158a99838%40googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/0d8abc59-9cc4-48ec-a539-082e2dd0fed7%40googlegroups.com.
pkg-config --libs libpng
-L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 -lz
I added /usr/local/Cellar to my $PATH. Build still fails for matplotlib.
Before I ignore the system libpng when building, is there anything else I should try?
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/fe421ed4-2a7c-4fb0-ae42-e2b2015b7bf1%40googlegroups.com.
After installing both libpng and pkg-config, and making sure both are completely updated, building Sage still fails on matplotlib with the same error. Here is an output requested yesterday:pkg-config --libs libpng
-L/usr/local/Cellar/libpng/1.6.37/lib -lpng16 -lz
I added /usr/local/Cellar to my $PATH. Build still fails for matplotlib.
Before I ignore the system libpng when building, is there anything else I should try?
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/8f2476ef-43cd-496b-be31-52fc133f0863%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/8f2476ef-43cd-496b-be31-52fc133f0863%40googlegroups.com.
That did it! Thanks Dima and John. Hope I won't have to build fresh with every little system package installed.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/b3345cc3-7f96-454b-9950-25516db8114e%40googlegroups.com.