On 12/08/2022 11:37, Oscar Benjamin wrote:
On Fri, 12 Aug 2022 at 11:15, David Bailey <d...@dbailey.co.uk> wrote:
On 09/08/2022 23:56, Oscar Benjamin wrote:
I forgot to mention that to install this release you can use:

pip install --pre sympy

--
Oscar

Oscar,

When I use this command, I get this:

Requirement already satisfied: sympy in
c:\pythonsystem\lib\site-packages (1.10)
Requirement already satisfied: mpmath>=0.19 in
c:\pythonsystem\lib\site-packages (from sympy) (1.1.0)
WARNING: You are using pip version 21.0.1; however, version 22.2.2 is
available.
You should consider upgrading via the 'c:\pythonsystem\python.exe -m pip
install --upgrade pip' command.


Is it just that my pip is out of date?
If you already have sympy installed and are trying to install the
prerelease then you need to either first uninstall sympy or otherwise
tell pip that you want to upgrade:

pip install --upgrade --pre sympy

--
Oscar

Thanks Oscar!


David

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d5318650-4ab2-45c9-a1b7-60097610cad0%40dbailey.co.uk.

Reply via email to