Kautenja / nes-py

A Python3 NES emulator and OpenAI Gym interface
MIT License
235 stars 63 forks source link

Support for M1 #79

Closed lucasschoenhold closed 2 years ago

lucasschoenhold commented 2 years ago

Added Support for M1 Macs

Compiler flag '-march=native' and the maximal allowed version 1.5.11 of pyglet have prevented nes-py from being installed on M1 Macs.

Type of change

Please select all relevant options:

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration

mshr-h commented 2 years ago

I've also tested your change on my M1 Mac and it worked correctly.

Kautenja commented 2 years ago

Sorry for the delay, thanks for the contribution!