Giter Site home page Giter Site logo

Comments (4)

spirosChv avatar spirosChv commented on May 24, 2024

A possible fix is to remove sudo from any dependency installation

e.g., sudo apt-get install ... ---> apt-get install...

from course-content-dl.

spirosChv avatar spirosChv commented on May 24, 2024

Removing sudo from apt-get install leads to another error:

---------------------------------------------------------------------------
RuntimeError                              Traceback (most recent call last)
/tmp/ipykernel_3272/2511244387.py in <module>
     37                                blit=False, repeat=False,
     38                                repeat_delay=10000)
---> 39 html_anim = HTML(anim.to_html5_video())
     40 plt.close()
     41 

/opt/hostedtoolcache/Python/3.7.11/x64/lib/python3.7/site-packages/matplotlib/animation.py in to_html5_video(self, embed_limit)
   1346                 # We create a writer manually so that we can get the
   1347                 # appropriate size for the tag
-> 1348                 Writer = writers[mpl.rcParams['animation.writer']]
   1349                 writer = Writer(codec='h264',
   1350                                 bitrate=mpl.rcParams['animation.bitrate'],

/opt/hostedtoolcache/Python/3.7.11/x64/lib/python3.7/site-packages/matplotlib/animation.py in __getitem__(self, name)
    149         if self.is_available(name):
    150             return self._registered[name]
--> 151         raise RuntimeError(f"Requested MovieWriter ({name}) not available")
    152 
    153 

RuntimeError: Requested MovieWriter (ffmpeg) not available

from course-content-dl.

spirosChv avatar spirosChv commented on May 24, 2024

Setting the timeout to -1 in book._config.yml file seems to resolve the problems. But it needs 4.5 hours for a complete update

from course-content-dl.

spirosChv avatar spirosChv commented on May 24, 2024

We need to set up the process on GPU

from course-content-dl.

Related Issues (20)

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.