Relative Content

Tag Archive for pythonpython-2.7cmakeface-recognitiondlib

How to change the python version of a virtual enviremnet?

I am writing a Django React web app and I am required to install Dlib for a specific component to work (to install face_recognition library). However I am unable to do so because I used Python 3.12 to create the virtual env whereas Dlib and Cmake only support up to Python 2.9, hence I am unable to install Dlib to my venv. I am using Windows 10 x64 Operating System.