Re: Fedora 39 python3-pygame Module Issue

2024-03-21 Thread Jeffrey Walton
On Thu, Mar 21, 2024 at 6:07 PM Samuel Sieb wrote: > > On 3/21/24 14:45, Stephen Morris wrote: > > On 22/3/24 00:18, Barry wrote: > >>> On 20 Mar 2024, at 22:19, Stephen Morris > >>> wrote: > >>> > >>> Just a couple of silly questions: > >>> AVX cpu's, both Intel and AMD, have been around si

Re: Fedora 39 python3-pygame Module Issue

2024-03-21 Thread Stephen Morris
On 22/3/24 09:07, Samuel Sieb wrote: On 3/21/24 14:45, Stephen Morris wrote: On 22/3/24 00:18, Barry wrote: On 20 Mar 2024, at 22:19, Stephen Morris wrote: Just a couple of silly questions: AVX cpu's, both Intel and AMD, have been around since 2008, and this is 2024, why does Fedora no

Re: Fedora 39 python3-pygame Module Issue

2024-03-21 Thread Samuel Sieb
On 3/21/24 14:45, Stephen Morris wrote: On 22/3/24 00:18, Barry wrote: On 20 Mar 2024, at 22:19, Stephen Morris wrote: Just a couple of silly questions: AVX cpu's, both Intel and AMD, have been around since 2008, and this is 2024, why does Fedora not have support for the AVXx instructi

Re: Fedora 39 python3-pygame Module Issue

2024-03-21 Thread Stephen Morris
On 22/3/24 00:18, Barry wrote: On 20 Mar 2024, at 22:19, Stephen Morris wrote: Just a couple of silly questions: AVX cpu's, both Intel and AMD, have been around since 2008, and this is 2024, why does Fedora not have support for the AVXx instruction sets? Not all recent CPUs have AVX, onl

Re: Fedora 39 python3-pygame Module Issue

2024-03-21 Thread Barry
> On 20 Mar 2024, at 22:19, Stephen Morris wrote: > > Just a couple of silly questions: > AVX cpu's, both Intel and AMD, have been around since 2008, and this is > 2024, why does Fedora not have support for the AVXx instruction sets? Not all recent CPUs have AVX, only some CPUs I believe.

Re: Fedora 39 python3-pygame Module Issue

2024-03-20 Thread Stephen Morris
On 20/3/24 10:24, Jerry James wrote: On Tue, Mar 19, 2024 at 4:32 PM Samuel Sieb wrote: On 3/19/24 15:25, Stephen Morris wrote: I have installed python3-pygame V2.5.2.1 from the Fedora repositories, and when I import it into python3 3.12 (installed from the Fedora repositories) I get the

Re: Fedora 39 python3-pygame Module Issue

2024-03-19 Thread Samuel Sieb
On 3/19/24 16:24, Jerry James wrote: On Tue, Mar 19, 2024 at 4:32 PM Samuel Sieb wrote: On 3/19/24 15:25, Stephen Morris wrote: I have installed python3-pygame V2.5.2.1 from the Fedora repositories, and when I import it into python3 3.12 (installed from the Fedora repositories) I get the

Re: Fedora 39 python3-pygame Module Issue

2024-03-19 Thread Jerry James
On Tue, Mar 19, 2024 at 4:32 PM Samuel Sieb wrote: > On 3/19/24 15:25, Stephen Morris wrote: > > I have installed python3-pygame V2.5.2.1 from the Fedora > > repositories, and when I import it into python3 3.12 (installed from the > > Fedora repositories) I get the following message: > > > >

Re: Fedora 39 python3-pygame Module Issue

2024-03-19 Thread Samuel Sieb
On 3/19/24 15:25, Stephen Morris wrote:     I have installed python3-pygame V2.5.2.1 from the Fedora repositories, and when I import it into python3 3.12 (installed from the Fedora repositories) I get the following message: :488: RuntimeWarning: Your system is avx2 capable but pygame was not

Fedora 39 python3-pygame Module Issue

2024-03-19 Thread Stephen Morris
Hi,     I have installed python3-pygame V2.5.2.1 from the Fedora repositories, and when I import it into python3 3.12 (installed from the Fedora repositories) I get the following message: :488: RuntimeWarning: Your system is avx2 capable but pygame was not built with support for it. The perfo