python dev environment #7
geomat0101
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've moved this over to the python module README. This content is out of date.
This assumes python3 and virtualenv / virtualenvwrapper are installed and configured properly
Initial virtual environment setup
mkvirtualenv mediamgr
workon mediamgr
(fyi you're going to want to configure vscode to use this venv at some point too)pip install ffmpeg-python jsonschema numpy python-arango
System cuda / dlib dependencies (if not installed already)
sudo apt install libx11-dev, cuda, libcudnn8-dev
Build / Install dlib
git clone https://github.com/davisking/dlib
cd dlib/
python setup.py install
The output of
pip list
should look like this:Beta Was this translation helpful? Give feedback.
All reactions