FolhaSP / mosaico

🎬 Open-source programmatic video composition framework with AI capabilities for Python
https://folhasp.github.io/mosaico/
GNU General Public License v3.0
6 stars 0 forks source link

Essencial libraries missing on fresh install #21

Open henrieger opened 3 days ago

henrieger commented 3 days ago

Hi, I had an issue trying to run a script with mosaico as libraries instructor, litellm, assemblyai and elevenlabs were not installed by default on running pip install mosaico and had to be installed manually. I read the METADATA file for the package and these libraries are present, but for some reason were not installed. Could you please investigate that? Thanks in advance.

leodiegues commented 3 days ago

Again, this is a problem of poor documentation. You can install those packages by executing pip install "mosaico[news,assemblyai,elevenlabs]". Will also fix this in the docs.

Sorry about the inconveniences and thanks for the feedback!