Giter VIP home page Giter VIP logo

pygameoflife's People

Contributors

robertmartin8 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pygameoflife's Issues

Error occurs when I try to run PyGameofLife

When I try to run PyGameofLife with python life.py, I get this error message:

C:\Path\To\File\Ommited\For\Privacy\PyGameofLife>python life.py
MovieWriter imagemagick unavailable. Trying to use ffmpeg instead.
Traceback (most recent call last):
  File "C:\Python37\lib\site-packages\matplotlib\animation.py", line 376, in grab_frame
    dpi=self.dpi, **savefig_kwargs)
  File "C:\Python37\lib\site-packages\matplotlib\figure.py", line 2094, in savefig
    self.canvas.print_figure(fname, **kwargs)
  File "C:\Python37\lib\site-packages\matplotlib\backend_bases.py", line 2075, in print_figure
    **kwargs)
  File "C:\Python37\lib\site-packages\matplotlib\backends\backend_agg.py", line 465, in print_raw
    fh.write(renderer._renderer.buffer_rgba())
BrokenPipeError: [Errno 32] Broken pipe

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "life.py", line 176, in <module>
    save=True,
  File "life.py", line 126, in animate_life
    im_ani.save((str(seed) + ".gif"), writer="imagemagick")
  File "C:\Python37\lib\site-packages\matplotlib\animation.py", line 1174, in save
    writer.grab_frame(**savefig_kwargs)
  File "C:\Python37\lib\site-packages\matplotlib\animation.py", line 383, in grab_frame
    'DEBUG.'.format(e, out, err))
OSError: Error saving animation to file (cause: [Errno 32] Broken pipe) Stdout: b'' StdError: b''. It may help to re-run with logging level set to DEBUG.

I'm running on a Windows 10, on Python 3.7.2, with Numpy 1.15.4 and Matplotlib 3.0.2.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.