[Tutor] Can't use packages in newly installed python 3.11.3
Mats Wichmann
mats at wichmann.us
Wed Apr 12 09:29:33 EDT 2023
On 4/11/23 12:27, Torbjörn Svensson Diaz wrote:
Well, this looks good, is it working now? You've got a "user install"
of numpy tied to your new Python (on linux it builds those in your
.local directory, I forget where it puts them in Windows but since that
wasn't the question space...).
> python3.11 -m pip show numpy
> Name: numpy
> Version: 1.24.2
> Location: /home/user/.local/lib/python3.11/site-packages
> Requires:
> python3.10 -m pip show numpy
> Name: numpy
> Version: 1.21.5
> Location: /usr/lib/python3/dist-packages
More information about the Tutor
mailing list