Recherche avancée

Médias (91)

Autres articles (83)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (5335)

  • Opencv not importing on jupyter notebook

    12 janvier 2023, par Junghoon Kim

    I'm trying to "import cv2" from jupyter notebook and I keep getting this error.

    


    


    ImportError : dlopen(/Users/ju/opt/anaconda3/lib/python3.8/site-packages/cv2/cv2.abi3.so, 2) : Symbol not found : _VTRegisterSupplementalVideoDecoderIfAvailable
Referenced from : /Users/ju/opt/anaconda3/lib/python3.8/site-packages/cv2/.dylibs/libavcodec.59.37.100.dylib (which was built for Mac OS X 11.0)
Expected in : /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
in /Users/ju/opt/anaconda3/lib/python3.8/site-packages/cv2/.dylibs/libavcodec.59.37.100.dylib

    


    


    I've been trying to solve this issue for a couple days and I can't seem to find the issue here. I looked at different posts, articles and videos but I still can't solve this issue.

    


  • raise NeedDownloadError('Need ffmpeg exe. ' NeedDownloadError : Need ffmpeg exe)

    1er août 2022, par Pablo

    I'm trying to execute a call to an unofficial Instagram API python library, after several errors for dependencies needed I fixed, I'm stuck at this one.

    



     File "C:\Users\Pablo\Desktop\txts_pys_phps_programacion\Instagram-API-python-master\InstagramAPI.py", line 15, in <module>&#xA;    from moviepy.editor import VideoFileClip&#xA;  File "C:\Python27\lib\site-packages\moviepy\editor.py", line 22, in <module>&#xA;    from .video.io.VideoFileClip import VideoFileClip&#xA;  File "C:\Python27\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 3, in <module>&#xA;    from moviepy.video.VideoClip import VideoClip&#xA;  File "C:\Python27\lib\site-packages\moviepy\video\VideoClip.py", line 20, in <module>&#xA;    from .io.ffmpeg_writer import ffmpeg_write_image, ffmpeg_write_video&#xA;  File "C:\Python27\lib\site-packages\moviepy\video\io\ffmpeg_writer.py", line 15, in <module>&#xA;    from moviepy.config import get_setting&#xA;  File "C:\Python27\lib\site-packages\moviepy\config.py", line 38, in <module>&#xA;    FFMPEG_BINARY = get_exe()&#xA;  File "C:\Python27\lib\site-packages\imageio\plugins\ffmpeg.py", line 86, in get_exe&#xA;    raise NeedDownloadError(&#x27;Need ffmpeg exe. &#x27;&#xA;NeedDownloadError: Need ffmpeg exe. You can download it by calling:&#xA;  imageio.plugins.ffmpeg.download()&#xA;</module></module></module></module></module></module>

    &#xA;

  • raise NeedDownloadError('Need ffmpeg exe. ' NeedDownloadError : Need ffmpeg exe)

    18 mai 2017, par Pablo

    I’m trying to execute a call to an unofficial Instagram API python library, after several errors for dependencies needed fixed I’m stuck at this one

    File "C:\Users\Pablo\Desktop\txts_pys_phps_programacion\Instagram-API-python-master\InstagramAPI.py", line 15, in <module>
       from moviepy.editor import VideoFileClip
     File "C:\Python27\lib\site-packages\moviepy\editor.py", line 22, in <module>
       from .video.io.VideoFileClip import VideoFileClip
     File "C:\Python27\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 3, in <module>
       from moviepy.video.VideoClip import VideoClip
     File "C:\Python27\lib\site-packages\moviepy\video\VideoClip.py", line 20, in <module>
       from .io.ffmpeg_writer import ffmpeg_write_image, ffmpeg_write_video
     File "C:\Python27\lib\site-packages\moviepy\video\io\ffmpeg_writer.py", line 15, in <module>
       from moviepy.config import get_setting
     File "C:\Python27\lib\site-packages\moviepy\config.py", line 38, in <module>
       FFMPEG_BINARY = get_exe()
     File "C:\Python27\lib\site-packages\imageio\plugins\ffmpeg.py", line 86, in get_exe
       raise NeedDownloadError('Need ffmpeg exe. '
    NeedDownloadError: Need ffmpeg exe. You can download it by calling:
     imageio.plugins.ffmpeg.download()
    </module></module></module></module></module></module>