-
Notifications
You must be signed in to change notification settings - Fork 357
Description
Hello,
Thank you for this script.
I'm trying to build ffmpeg with '--enable-gpl-and-non-free' on my Ubuntu 23.10 x64 machine.
Unfortunately I got stuck 2 times.
First time I've received:
'error: externally-managed-environment'
when script run:
$ pip3 install pip setuptools --quiet --upgrade --no-cache-dir --disable-pip-version-check
So I 've installed python3-venv, created a new virtual environment 'python3 -m venv myenv' and activated the virtual environment 'source myenv/bin/activate'.
The script moved on but stops building cargo and errors again appear indicating 'undefined reference to ...' some functions/files
See full script log:
https://www.dropbox.com/scl/fi/wr1xvwasm5sjdru4pt89i/script.log?rlkey=0agotbpxlpovsgad7f2qxa9s6&raw=1
What should I do move forward?