Closed p1k0chu closed 1 year ago
I'm having the same problem, my team and I actually may want to contribute to the project for our school project.
If we are going too though we kinda need an answer soon.
Did you try running from the root directory with python bin/pynes py examples/helloworld/helloworld.py
? If not, what command did you use?
I had exactly the same error, but I fixed it by using Python 2.7 instead of 3.8. Here are commands I ran:
cd pyNES
sudo python2.7 setup.py install
pynes py pynes/examples/helloworld.py -o helloworld.nes
Commands by ehulinsky actually work so i'm finally closing this issue.
cd pyNES sudo python2.7 setup.py install pynes py pynes/examples/helloworld.py -o helloworld.nes
I write commands:
Output:
Can anyone help me?
Python version: 3.8.5