Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread Dima Pasechnik
this seems to be the error here: https://trac.sagemath.org/ticket/31135 I wonder if you can run make toolchain and only then run make On Sun, Feb 28, 2021 at 1:26 AM brettpim wrote: > > No luck. I am not sure what to do next. > > On Saturday, February 27, 2021 at 6:22:35 PM UTC-6 bre

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread brettpim
No luck. I am not sure what to do next. On Saturday, February 27, 2021 at 6:22:35 PM UTC-6 brettpim wrote: > True, and removing libopenblas did not help; I am still getting the same > error. I put libopenblas back but not numpy and am trying again > > > On Saturday, February 27, 2021 at 4:10:5

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread brettpim
True, and removing libopenblas did not help; I am still getting the same error. I put libopenblas back but not numpy and am trying again On Saturday, February 27, 2021 at 4:10:51 PM UTC-6 dim...@gmail.com wrote: > by right, one ought to read the last part of the output of ./configure > for adv

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread Dima Pasechnik
by right, one ought to read the last part of the output of ./configure for advice on packages to to install, and follow it. Without libopenblas-dev installed you're going to build it, and everything that depends on it, from source... On Sat, Feb 27, 2021 at 9:45 PM brettpim wrote: > > I have fin

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread brettpim
I have finally tracked down and removed all installations of numpy; I also removed libopenblas. I have done make bootstrap-clean distclean; ./configure; and started make again. I will report the results On Saturday, February 27, 2021 at 2:02:59 PM UTC-6 brettpim wrote: > also my git branches

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread brettpim
also my git branches I am working on would be lost if I wiped everything. On Saturday, February 27, 2021 at 1:50:18 PM UTC-6 brettpim wrote: > make bootstrap-clean distclean did not solve the problem. I have > considered removing python3 from my system and reinstalling it but there > are so

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread brettpim
make bootstrap-clean distclean did not solve the problem. I have considered removing python3 from my system and reinstalling it but there are so many other things I have that depend on python3 and would be removed. I don't want to have to reinstall such a huge list. I am not sure what to do

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread brettpim
DIma, I found that pip installs in /usr/local when it is run as sudo. I have not found anything definitive that says it should not be run as sudo but just in case I sudo pip uninstalled all the packages in /usr/local and pip installed them as a user which puts them all in $HOME/.local. But ev

[sage-devel] Re: Help needed with adding user packages as optional/experimental packages

2021-02-27 Thread Simon King
Hi Thierry, On 2021-02-08, Thierry wrote: > We should notice that, contrary to other packages, those packages should > be considered as downstream (not upstream), and this should be reflected > in our release process. > > Indeed, their code get adapted after Sage changes, see e.g. (randomly > cho

Re: [sage-devel] Error installing package matplotlib-3.3.1

2021-02-27 Thread Dima Pasechnik
Do you see something like configure:19645: checking for freetype2 >= 16.1 configure:19652: $PKG_CONFIG --exists --print-errors "freetype2 >= 16.1" configure:19655: $? = 0 configure:19669: $PKG_CONFIG --exists --print-errors "freetype2 >= 16.1" configure:19672: $? = 0 configure:19710: result: yes c

Re: [sage-devel] Error installing package numpy-1.19.1

2021-02-27 Thread Dima Pasechnik
On Sat, Feb 27, 2021 at 4:07 AM brettpim wrote: > > /usr/local/ is where pip has installed my python packages so don't these > files belong here? > > > On Friday, February 26, 2021 at 5:20:03 PM UTC-6 dim...@gmail.com wrote: >> >> looks like you have a copy of (c)blas in /usr/local - and this lea