On Fri, Apr 25, 2025 at 2:18 AM Topaze <topaze...@gmail.com> wrote:

> I got another error.
>
> I still have version 10.5 installed and fully functional, so I'm not
> really in a hurry.
>
> Maybe I should wait for this problem to be fixed upstream?
>
this is all fixed in the latest Sage beta, 10.7.beta1.
IMHO we should have 10.6.1 release to fix this, but, well...


>
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> mainuser@station1:~/software/sage-10.6_source$ ./sage --pip install
> matplotlib
> Requirement already satisfied: matplotlib in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (3.8.0)
>

Oops, sorry, I should have told you to first run

    ./sage --pip uninstall matplotlib

(how have you even ended up with old, not the one prescribed by Sage 10.6,
matplotlib, installed?)

if you run

    ./sage --pip uninstall matplotlib numpy

followed by

     ./sage --pip install matplotlib numpy

you hopefully will get it fixed.

If not, then you need to apply the patch, and
trigger rebuilds of matplotlib and numpy.

The easiest woud be to clean everything by

      make distclean

and start building again.




Requirement already satisfied: contourpy>=1.0.1 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (1.1.1)
> Requirement already satisfied: cycler>=0.10 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (0.11.0)
> Requirement already satisfied: fonttools>=4.22.0 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (4.42.1)
> Requirement already satisfied: kiwisolver>=1.0.1 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (1.4.5)
> Collecting numpy<2,>=1.21 (from matplotlib)
>   Downloading
> numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
> (61 kB)
> Requirement already satisfied: packaging>=20.0 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (24.1)
> Requirement already satisfied: pillow>=6.2.0 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (11.1.0)
> Requirement already satisfied: pyparsing>=2.3.1 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (3.1.2)
> Requirement already satisfied: python-dateutil>=2.7 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> matplotlib) (2.9.0.post0)
> Requirement already satisfied: six>=1.5 in
> /home/mainuser/software/sage-10.6/lib/python3.11/site-packages (from
> python-dateutil>=2.7->matplotlib) (1.16.0)
> Downloading
> numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
> (18.3 MB)
>    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 2.1 MB/s eta
> 0:00:00
> Installing collected packages: numpy
>   Attempting uninstall: numpy
>     Found existing installation: numpy 2.2.3
>     Uninstalling numpy-2.2.3:
>       Successfully uninstalled numpy-2.2.3
> ERROR: pip's dependency resolver does not currently take into account all
> the packages that are installed. This behaviour is the source of the
> following dependency conflicts.
> pythran 0.17.0 requires gast~=0.6.0, but you have gast 0.5.4 which is
> incompatible.
> Successfully installed numpy-1.26.4
>
> --
> 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 view this discussion visit
> https://groups.google.com/d/msgid/sage-support/ad4c3205-d3c2-4bf4-b8e1-ee630e71d808n%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-support/ad4c3205-d3c2-4bf4-b8e1-ee630e71d808n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion visit 
https://groups.google.com/d/msgid/sage-support/CAAWYfq1RCX453wu8dEU4nhtiF4%2BXJPZ8W3FuwZSgSU8qTS%3Di2w%40mail.gmail.com.

Reply via email to